Shades of Perano #AAAFDD
Tints of Perano #AAAFDD
RGB
CMYK
RGB Variations
Color information
#AAAFDD (or 0xAAAFDD) is known color: Perano. HEX triplet: AA, AF and DD. RGB value is (170,175,221). Sum of RGB (Red+Green+Blue) = 170+175+221=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFDD is #555022. Grayscale: #B2B2B2. Windows color (decimal): -5591075 or 14528426. OLE color: 14528426.
HSL color Cylindrical-coordinate representation of color #AAAFDD: hue angle of 234.12º degrees, saturation: 0.43, 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 #AAAFDD is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 175 | 221 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.13 |
| HSL | 234.12º | 0.43% | 0.77% | - |
| HSV(B) | 234.12º | 0.23% | 0.87% | - |
| XYZ | 44.96 | 44.43 | 74.61 | - |
| YUV | 178.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 221 | 0.23 | 0.21 | 0 | 0.13 | 234.12 | 0.43 | 0.77 |
| Hex | AA | AF | DD | 17 | 15 | 0 | D | EA | 2B | 4D |
| Octal | 252 | 257 | 335 | 27 | 25 | 0 | 15 | 352 | 53 | 115 |
| Binary | 10101010 | 10101111 | 11011101 | 10111 | 10101 | 0 | 1101 | 11101010 | 101011 | 1001101 |
Color Harmonies of #AAAFDD
Complementary color
Monochromatic Colors of #AAAFDD
Black with #AAAFDD
Text Example
Text Example
White with #AAAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAFDD; }
p { color: rgb(170,175,221); }
H1.HeaderClassName
{
color: #AAAFDD;
}
.AnyTagClassName
{
color: #AAAFDD;
}
</style>
background-color css
<style>
a { background-color: #AAAFDD; }
a { background-color: rgb(170,175,221); }
div.DivClassName
{
background-color: #AAAFDD;
}
.BgClassName
{
background-color: #AAAFDD;
}
</style>
border-color css
<style>
span { border-color: #AAAFDD; }
span { border-color: rgb(170,175,221); }
td.TdClassName
{
border-color: #AAAFDD;
}
.TagClassName
{
border-color: #AAAFDD;
}
</style>