Shades of Perano #AAAFDF
Tints of Perano #AAAFDF
RGB
CMYK
RGB Variations
Color information
#AAAFDF (or 0xAAAFDF) is known color: Perano. HEX triplet: AA, AF and DF. RGB value is (170,175,223). Sum of RGB (Red+Green+Blue) = 170+175+223=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFDF is #555020. Grayscale: #B2B2B2. Windows color (decimal): -5591073 or 14659498. OLE color: 14659498.
HSL color Cylindrical-coordinate representation of color #AAAFDF: hue angle of 234.34º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAAFDF is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 175 | 223 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.13 |
| HSL | 234.34º | 0.45% | 0.77% | - |
| HSV(B) | 234.34º | 0.24% | 0.87% | - |
| XYZ | 45.23 | 44.53 | 76.02 | - |
| YUV | 178.98 | 152.84 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 223 | 0.24 | 0.22 | 0 | 0.13 | 234.34 | 0.45 | 0.77 |
| Hex | AA | AF | DF | 18 | 16 | 0 | D | EA | 2D | 4D |
| Octal | 252 | 257 | 337 | 30 | 26 | 0 | 15 | 352 | 55 | 115 |
| Binary | 10101010 | 10101111 | 11011111 | 11000 | 10110 | 0 | 1101 | 11101010 | 101101 | 1001101 |
Color Harmonies of #AAAFDF
Complementary color
Monochromatic Colors of #AAAFDF
Black with #AAAFDF
Text Example
Text Example
White with #AAAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAFDF; }
p { color: rgb(170,175,223); }
H1.HeaderClassName
{
color: #AAAFDF;
}
.AnyTagClassName
{
color: #AAAFDF;
}
</style>
background-color css
<style>
a { background-color: #AAAFDF; }
a { background-color: rgb(170,175,223); }
div.DivClassName
{
background-color: #AAAFDF;
}
.BgClassName
{
background-color: #AAAFDF;
}
</style>
border-color css
<style>
span { border-color: #AAAFDF; }
span { border-color: rgb(170,175,223); }
td.TdClassName
{
border-color: #AAAFDF;
}
.TagClassName
{
border-color: #AAAFDF;
}
</style>