Shades of Perano #A9AFDD
Tints of Perano #A9AFDD
RGB
CMYK
RGB Variations
Color information
#A9AFDD (or 0xA9AFDD) is known color: Perano. HEX triplet: A9, AF and DD. RGB value is (169,175,221). Sum of RGB (Red+Green+Blue) = 169+175+221=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AFDD is #565022. Grayscale: #B2B2B2. Windows color (decimal): -5656611 or 14528425. OLE color: 14528425.
HSL color Cylindrical-coordinate representation of color #A9AFDD: hue angle of 233.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9AFDD is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 175 | 221 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.13 |
| HSL | 233.08º | 0.43% | 0.76% | - |
| HSV(B) | 233.08º | 0.24% | 0.87% | - |
| XYZ | 44.74 | 44.32 | 74.6 | - |
| YUV | 178.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 175 | 221 | 0.24 | 0.21 | 0 | 0.13 | 233.08 | 0.43 | 0.76 |
| Hex | A9 | AF | DD | 18 | 15 | 0 | D | E9 | 2B | 4C |
| Octal | 251 | 257 | 335 | 30 | 25 | 0 | 15 | 351 | 53 | 114 |
| Binary | 10101001 | 10101111 | 11011101 | 11000 | 10101 | 0 | 1101 | 11101001 | 101011 | 1001100 |
Color Harmonies of #A9AFDD
Complementary color
Monochromatic Colors of #A9AFDD
Black with #A9AFDD
Text Example
Text Example
White with #A9AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AFDD; }
p { color: rgb(169,175,221); }
H1.HeaderClassName
{
color: #A9AFDD;
}
.AnyTagClassName
{
color: #A9AFDD;
}
</style>
background-color css
<style>
a { background-color: #A9AFDD; }
a { background-color: rgb(169,175,221); }
div.DivClassName
{
background-color: #A9AFDD;
}
.BgClassName
{
background-color: #A9AFDD;
}
</style>
border-color css
<style>
span { border-color: #A9AFDD; }
span { border-color: rgb(169,175,221); }
td.TdClassName
{
border-color: #A9AFDD;
}
.TagClassName
{
border-color: #A9AFDD;
}
</style>