#AEAFDF

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

Shades of Perano #AEAFDF

Tints of Perano #AEAFDF

Color information

#AEAFDF (or 0xAEAFDF) is unknown color: approx Perano. HEX triplet: AE, AF and DF. RGB value is (174,175,223). Sum of RGB (Red+Green+Blue) = 174+175+223=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFDF is #515020. Grayscale: #B3B3B3. Windows color (decimal): -5328929 or 14659502. OLE color: 14659502.

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

Color convert

RGB174175223-
CMYK0.220.2200.13
HSL238.78º43.36%77.84%-
HSV(B)238.78º21.97%87.45%-
XYZ46.144.9976.07-
YUV180.17152.17123.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=30.42%
G=30.59%
B=38.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741752230.220.2200.13238.7843.3677.84
HexAEAFDF16160Def2b4e
Octal256257337262601535753116
Binary101011101010111111011111101101011001101111011111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFDF; }

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

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

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

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

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

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

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

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