#AEAFE0

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

Shades of Perano #AEAFE0

Tints of Perano #AEAFE0

Color information

#AEAFE0 (or 0xAEAFE0) is unknown color: approx Perano. HEX triplet: AE, AF and E0. RGB value is (174,175,224). Sum of RGB (Red+Green+Blue) = 174+175+224=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFE0 is #51501F. Grayscale: #B4B4B4. Windows color (decimal): -5328928 or 14725038. OLE color: 14725038.

HSL color Cylindrical-coordinate representation of color #AEAFE0: hue angle of 238.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEAFE0 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174175224-
CMYK0.220.2200.12
HSL238.8º44.64%78.04%-
HSV(B)238.8º22.32%87.84%-
XYZ46.2445.0476.78-
YUV180.29152.67123.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=30.37%
G=30.54%
B=39.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741752240.220.2200.12238.844.6478.04
HexAEAFE016160Cef2d4e
Octal256257340262601435755116
Binary101011101010111111100000101101011001100111011111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFE0; }

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

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

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

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

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

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

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

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