Shades of Perano #A99FFC
Tints of Perano #A99FFC
RGB
CMYK
RGB Variations
Color information
#A99FFC (or 0xA99FFC) is known color: Perano. HEX triplet: A9, 9F and FC. RGB value is (169,159,252). Sum of RGB (Red+Green+Blue) = 169+159+252=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #A99FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99FFC is #566003. Grayscale: #ACACAC. Windows color (decimal): -5660676 or 16555945. OLE color: 16555945.
HSL color Cylindrical-coordinate representation of color #A99FFC: hue angle of 246.45º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A99FFC is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 159 | 252 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.01 |
| HSL | 246.45º | 0.94% | 0.81% | - |
| HSV(B) | 246.45º | 0.37% | 0.99% | - |
| XYZ | 46.33 | 40.26 | 97.42 | - |
| YUV | 172.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 252 | 0.33 | 0.37 | 0 | 0.01 | 246.45 | 0.94 | 0.81 |
| Hex | A9 | 9F | FC | 21 | 25 | 0 | 1 | F6 | 5E | 51 |
| Octal | 251 | 237 | 374 | 41 | 45 | 0 | 1 | 366 | 136 | 121 |
| Binary | 10101001 | 10011111 | 11111100 | 100001 | 100101 | 0 | 1 | 11110110 | 1011110 | 1010001 |
Color Harmonies of #A99FFC
Complementary color
Monochromatic Colors of #A99FFC
Black with #A99FFC
Text Example
Text Example
White with #A99FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99FFC; }
p { color: rgb(169,159,252); }
H1.HeaderClassName
{
color: #A99FFC;
}
.AnyTagClassName
{
color: #A99FFC;
}
</style>
background-color css
<style>
a { background-color: #A99FFC; }
a { background-color: rgb(169,159,252); }
div.DivClassName
{
background-color: #A99FFC;
}
.BgClassName
{
background-color: #A99FFC;
}
</style>
border-color css
<style>
span { border-color: #A99FFC; }
span { border-color: rgb(169,159,252); }
td.TdClassName
{
border-color: #A99FFC;
}
.TagClassName
{
border-color: #A99FFC;
}
</style>