#AEB3FA

Color #AEB3FA Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #AEB3FA

Tints of Perano #AEB3FA

Color information

#AEB3FA (or 0xAEB3FA) is unknown color: approx Perano. HEX triplet: AE, B3 and FA. RGB value is (174,179,250). Sum of RGB (Red+Green+Blue) = 174+179+250=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEB3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB3FA is #514C05. Grayscale: #B9B9B9. Windows color (decimal): -5327878 or 16429998. OLE color: 16429998.

HSL color Cylindrical-coordinate representation of color #AEB3FA: hue angle of 236.05º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB3FA is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174179250-
CMYK0.300.2800.02
HSL236.05º88.37%83.14%-
HSV(B)236.05º30.4%98.04%-
XYZ50.8348.1497.06-
YUV185.6164.34119.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 179 (70.31% from 255) = 29.68%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=28.86%
G=29.68%
B=41.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741792500.300.2800.02236.0588.3783.14
HexAEB3FA1E1C02ec5853
Octal256263372363402354130123
Binary10101110101100111111101011110111000101110110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3FA; }

 p { color: rgb(174,179,250); }

 H1.HeaderClassName
 {
   color: #AEB3FA;
 }
 .AnyTagClassName
 {
   color: #AEB3FA;
 }
</style>
background-color css

<style>
 a { background-color: #AEB3FA; }

 a { background-color: rgb(174,179,250); }

 div.DivClassName
 {
   background-color: #AEB3FA;
 }
 .BgClassName
 {
   background-color: #AEB3FA;
 }
</style>
border-color css

<style>
 span { border-color: #AEB3FA; }

 span { border-color: rgb(174,179,250); }

 td.TdClassName
 {
   border-color: #AEB3FA;
 }
 .TagClassName
 {
   border-color: #AEB3FA;
 }
</style>