#AAAFDE

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

Shades of Perano #AAAFDE

Tints of Perano #AAAFDE

Color information

#AAAFDE (or 0xAAAFDE) is unknown color: approx Perano. HEX triplet: AA, AF and DE. RGB value is (170,175,222). Sum of RGB (Red+Green+Blue) = 170+175+222=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAAFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFDE is #555021. Grayscale: #B2B2B2. Windows color (decimal): -5591074 or 14593962. OLE color: 14593962.

HSL color Cylindrical-coordinate representation of color #AAAFDE: hue angle of 234.23º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAAFDE is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170175222-
CMYK0.230.2100.13
HSL234.23º44.07%76.86%-
HSV(B)234.23º23.42%87.06%-
XYZ45.0944.4875.32-
YUV178.86152.34121.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.98%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 222 (87.11% from 255) = 39.15%
R=29.98%
G=30.86%
B=39.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701752220.230.2100.13234.2344.0776.86
HexAAAFDE17150Dea2c4d
Octal252257336272501535254115
Binary101010101010111111011110101111010101101111010101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFDE; }

 p { color: rgb(170,175,222); }

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

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

 a { background-color: rgb(170,175,222); }

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

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

 span { border-color: rgb(170,175,222); }

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