Shades of Perano #AAACDC
Tints of Perano #AAACDC
RGB
CMYK
RGB Variations
Color information
#AAACDC (or 0xAAACDC) is known color: Perano. HEX triplet: AA, AC and DC. RGB value is (170,172,220). Sum of RGB (Red+Green+Blue) = 170+172+220=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACDC is #555323. Grayscale: #B0B0B0. Windows color (decimal): -5591844 or 14462122. OLE color: 14462122.
HSL color Cylindrical-coordinate representation of color #AAACDC: hue angle of 237.6º 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 #AAACDC is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 170 | 172 | 220 | - |
CMYK | 0.23 | 0.22 | 0 | 0.14 |
HSL | 237.6º | 0.42% | 0.76% | - |
HSV(B) | 237.6º | 0.23% | 0.86% | - |
XYZ | 44.25 | 43.22 | 73.72 | - |
YUV | 176.87 | 152.34 | 123.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 172 | 220 | 0.23 | 0.22 | 0 | 0.14 | 237.6 | 0.42 | 0.76 |
Hex | AA | AC | DC | 17 | 16 | 0 | E | EE | 2A | 4C |
Octal | 252 | 254 | 334 | 27 | 26 | 0 | 16 | 356 | 52 | 114 |
Binary | 10101010 | 10101100 | 11011100 | 10111 | 10110 | 0 | 1110 | 11101110 | 101010 | 1001100 |
Color Harmonies of #AAACDC
Complementary color
Monochromatic Colors of #AAACDC
Black with #AAACDC
Text Example
Text Example
White with #AAACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACDC; }
p { color: rgb(170,172,220); }
H1.HeaderClassName
{
color: #AAACDC;
}
.AnyTagClassName
{
color: #AAACDC;
}
</style>
background-color css
<style>
a { background-color: #AAACDC; }
a { background-color: rgb(170,172,220); }
div.DivClassName
{
background-color: #AAACDC;
}
.BgClassName
{
background-color: #AAACDC;
}
</style>
border-color css
<style>
span { border-color: #AAACDC; }
span { border-color: rgb(170,172,220); }
td.TdClassName
{
border-color: #AAACDC;
}
.TagClassName
{
border-color: #AAACDC;
}
</style>