#AEAFE2

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

Shades of Perano #AEAFE2

Tints of Perano #AEAFE2

Color information

#AEAFE2 (or 0xAEAFE2) is unknown color: approx Perano. HEX triplet: AE, AF and E2. RGB value is (174,175,226). Sum of RGB (Red+Green+Blue) = 174+175+226=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEAFE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFE2 is #51501D. Grayscale: #B4B4B4. Windows color (decimal): -5328926 or 14856110. OLE color: 14856110.

HSL color Cylindrical-coordinate representation of color #AEAFE2: hue angle of 238.85º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEAFE2 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174175226-
CMYK0.230.2300.11
HSL238.85º47.27%78.43%-
HSV(B)238.85º23.01%88.63%-
XYZ46.5145.1578.21-
YUV180.52153.67123.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.26%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 226 (88.67% from 255) = 39.30%
R=30.26%
G=30.43%
B=39.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741752260.230.2300.11238.8547.2778.43
HexAEAFE217170Bef2f4e
Octal256257342272701335757116
Binary101011101010111111100010101111011101011111011111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFE2; }

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

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

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

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

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

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

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

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