Shades of Perano #A9A2FF
Tints of Perano #A9A2FF
RGB
CMYK
RGB Variations
Color information
#A9A2FF (or 0xA9A2FF) is known color: Perano. HEX triplet: A9, A2 and FF. RGB value is (169,162,255). Sum of RGB (Red+Green+Blue) = 169+162+255=586 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.84% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9A2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A2FF is #565D00. Grayscale: #AEAEAE. Windows color (decimal): -5659905 or 16753321. OLE color: 16753321.
HSL color Cylindrical-coordinate representation of color #A9A2FF: hue angle of 244.52º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9A2FF is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 162 | 255 | - |
| CMYK | 0.34 | 0.36 | 0 | 0 |
| HSL | 244.52º | 1% | 0.82% | - |
| HSV(B) | 244.52º | 0.36% | 1% | - |
| XYZ | 47.33 | 41.5 | 100.12 | - |
| YUV | 174.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 162 | 255 | 0.34 | 0.36 | 0 | 0 | 244.52 | 1 | 0.82 |
| Hex | A9 | A2 | FF | 22 | 24 | 0 | 0 | F5 | 64 | 52 |
| Octal | 251 | 242 | 377 | 42 | 44 | 0 | 0 | 365 | 144 | 122 |
| Binary | 10101001 | 10100010 | 11111111 | 100010 | 100100 | 0 | 0 | 11110101 | 1100100 | 1010010 |
Color Harmonies of #A9A2FF
Complementary color
Monochromatic Colors of #A9A2FF
Black with #A9A2FF
Text Example
Text Example
White with #A9A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A2FF; }
p { color: rgb(169,162,255); }
H1.HeaderClassName
{
color: #A9A2FF;
}
.AnyTagClassName
{
color: #A9A2FF;
}
</style>
background-color css
<style>
a { background-color: #A9A2FF; }
a { background-color: rgb(169,162,255); }
div.DivClassName
{
background-color: #A9A2FF;
}
.BgClassName
{
background-color: #A9A2FF;
}
</style>
border-color css
<style>
span { border-color: #A9A2FF; }
span { border-color: rgb(169,162,255); }
td.TdClassName
{
border-color: #A9A2FF;
}
.TagClassName
{
border-color: #A9A2FF;
}
</style>