Shades of Perano #A9A3FF
Tints of Perano #A9A3FF
RGB
CMYK
RGB Variations
Color information
#A9A3FF (or 0xA9A3FF) is known color: Perano. HEX triplet: A9, A3 and FF. RGB value is (169,163,255). Sum of RGB (Red+Green+Blue) = 169+163+255=587 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.79% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9A3FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A3FF is #565C00. Grayscale: #AEAEAE. Windows color (decimal): -5659649 or 16753577. OLE color: 16753577.
HSL color Cylindrical-coordinate representation of color #A9A3FF: hue angle of 243.91º 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 #A9A3FF is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 163 | 255 | - |
| CMYK | 0.34 | 0.36 | 0 | 0 |
| HSL | 243.91º | 1% | 0.82% | - |
| HSV(B) | 243.91º | 0.36% | 1% | - |
| XYZ | 47.51 | 41.85 | 100.18 | - |
| YUV | 175.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 163 | 255 | 0.34 | 0.36 | 0 | 0 | 243.91 | 1 | 0.82 |
| Hex | A9 | A3 | FF | 22 | 24 | 0 | 0 | F4 | 64 | 52 |
| Octal | 251 | 243 | 377 | 42 | 44 | 0 | 0 | 364 | 144 | 122 |
| Binary | 10101001 | 10100011 | 11111111 | 100010 | 100100 | 0 | 0 | 11110100 | 1100100 | 1010010 |
Color Harmonies of #A9A3FF
Complementary color
Monochromatic Colors of #A9A3FF
Black with #A9A3FF
Text Example
Text Example
White with #A9A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A3FF; }
p { color: rgb(169,163,255); }
H1.HeaderClassName
{
color: #A9A3FF;
}
.AnyTagClassName
{
color: #A9A3FF;
}
</style>
background-color css
<style>
a { background-color: #A9A3FF; }
a { background-color: rgb(169,163,255); }
div.DivClassName
{
background-color: #A9A3FF;
}
.BgClassName
{
background-color: #A9A3FF;
}
</style>
border-color css
<style>
span { border-color: #A9A3FF; }
span { border-color: rgb(169,163,255); }
td.TdClassName
{
border-color: #A9A3FF;
}
.TagClassName
{
border-color: #A9A3FF;
}
</style>