Shades of Perano #AAAFDC
Tints of Perano #AAAFDC
RGB
CMYK
RGB Variations
Color information
#AAAFDC (or 0xAAAFDC) is known color: Perano. HEX triplet: AA, AF and DC. RGB value is (170,175,220). Sum of RGB (Red+Green+Blue) = 170+175+220=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFDC is #555023. Grayscale: #B2B2B2. Windows color (decimal): -5591076 or 14462890. OLE color: 14462890.
HSL color Cylindrical-coordinate representation of color #AAAFDC: hue angle of 234º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAAFDC is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 175 | 220 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.14 |
| HSL | 234º | 0.42% | 0.76% | - |
| HSV(B) | 234º | 0.23% | 0.86% | - |
| XYZ | 44.83 | 44.37 | 73.91 | - |
| YUV | 178.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 220 | 0.23 | 0.20 | 0 | 0.14 | 234 | 0.42 | 0.76 |
| Hex | AA | AF | DC | 17 | 14 | 0 | E | EA | 2A | 4C |
| Octal | 252 | 257 | 334 | 27 | 24 | 0 | 16 | 352 | 52 | 114 |
| Binary | 10101010 | 10101111 | 11011100 | 10111 | 10100 | 0 | 1110 | 11101010 | 101010 | 1001100 |
Color Harmonies of #AAAFDC
Complementary color
Monochromatic Colors of #AAAFDC
Black with #AAAFDC
Text Example
Text Example
White with #AAAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAFDC; }
p { color: rgb(170,175,220); }
H1.HeaderClassName
{
color: #AAAFDC;
}
.AnyTagClassName
{
color: #AAAFDC;
}
</style>
background-color css
<style>
a { background-color: #AAAFDC; }
a { background-color: rgb(170,175,220); }
div.DivClassName
{
background-color: #AAAFDC;
}
.BgClassName
{
background-color: #AAAFDC;
}
</style>
border-color css
<style>
span { border-color: #AAAFDC; }
span { border-color: rgb(170,175,220); }
td.TdClassName
{
border-color: #AAAFDC;
}
.TagClassName
{
border-color: #AAAFDC;
}
</style>