#AEAFF2

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

Shades of Perano #AEAFF2

Tints of Perano #AEAFF2

Color information

#AEAFF2 (or 0xAEAFF2) is unknown color: approx Perano. HEX triplet: AE, AF and F2. RGB value is (174,175,242). Sum of RGB (Red+Green+Blue) = 174+175+242=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEAFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAFF2 is #51500D. Grayscale: #B6B6B6. Windows color (decimal): -5328910 or 15904686. OLE color: 15904686.

HSL color Cylindrical-coordinate representation of color #AEAFF2: hue angle of 239.12º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEAFF2 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174175242-
CMYK0.280.2800.05
HSL239.12º72.34%81.57%-
HSV(B)239.12º28.1%94.9%-
XYZ48.8146.0790.32-
YUV182.34161.67122.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 242 (94.92% from 255) = 40.95%
R=29.44%
G=29.61%
B=40.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741752420.280.2800.05239.1272.3481.57
HexAEAFF21C1C05ef4852
Octal256257362343405357110122
Binary101011101010111111110010111001110001011110111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFF2; }

 p { color: rgb(174,175,242); }

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

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

 a { background-color: rgb(174,175,242); }

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

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

 span { border-color: rgb(174,175,242); }

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