Shades of Perano #A99CFF
Tints of Perano #A99CFF
RGB
CMYK
RGB Variations
Color information
#A99CFF (or 0xA99CFF) is known color: Perano. HEX triplet: A9, 9C and FF. RGB value is (169,156,255). Sum of RGB (Red+Green+Blue) = 169+156+255=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #A99CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99CFF is #566300. Grayscale: #AAAAAA. Windows color (decimal): -5661441 or 16751785. OLE color: 16751785.
HSL color Cylindrical-coordinate representation of color #A99CFF: hue angle of 247.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A99CFF is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 156 | 255 | - |
| CMYK | 0.34 | 0.39 | 0 | 0 |
| HSL | 247.88º | 1% | 0.81% | - |
| HSV(B) | 247.88º | 0.39% | 1% | - |
| XYZ | 46.3 | 39.43 | 99.78 | - |
| YUV | 171.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 255 | 0.34 | 0.39 | 0 | 0 | 247.88 | 1 | 0.81 |
| Hex | A9 | 9C | FF | 22 | 27 | 0 | 0 | F8 | 64 | 51 |
| Octal | 251 | 234 | 377 | 42 | 47 | 0 | 0 | 370 | 144 | 121 |
| Binary | 10101001 | 10011100 | 11111111 | 100010 | 100111 | 0 | 0 | 11111000 | 1100100 | 1010001 |
Color Harmonies of #A99CFF
Complementary color
Monochromatic Colors of #A99CFF
Black with #A99CFF
Text Example
Text Example
White with #A99CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CFF; }
p { color: rgb(169,156,255); }
H1.HeaderClassName
{
color: #A99CFF;
}
.AnyTagClassName
{
color: #A99CFF;
}
</style>
background-color css
<style>
a { background-color: #A99CFF; }
a { background-color: rgb(169,156,255); }
div.DivClassName
{
background-color: #A99CFF;
}
.BgClassName
{
background-color: #A99CFF;
}
</style>
border-color css
<style>
span { border-color: #A99CFF; }
span { border-color: rgb(169,156,255); }
td.TdClassName
{
border-color: #A99CFF;
}
.TagClassName
{
border-color: #A99CFF;
}
</style>