Shades of Perano #A99EF9
Tints of Perano #A99EF9
RGB
CMYK
RGB Variations
Color information
#A99EF9 (or 0xA99EF9) is known color: Perano. HEX triplet: A9, 9E and F9. RGB value is (169,158,249). Sum of RGB (Red+Green+Blue) = 169+158+249=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #A99EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99EF9 is #566106. Grayscale: #ABABAB. Windows color (decimal): -5660935 or 16359081. OLE color: 16359081.
HSL color Cylindrical-coordinate representation of color #A99EF9: hue angle of 247.25º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A99EF9 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 158 | 249 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.02 |
| HSL | 247.25º | 0.88% | 0.8% | - |
| HSV(B) | 247.25º | 0.37% | 0.98% | - |
| XYZ | 45.69 | 39.73 | 94.88 | - |
| YUV | 171.66 | 171.64 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 249 | 0.32 | 0.37 | 0 | 0.02 | 247.25 | 0.88 | 0.8 |
| Hex | A9 | 9E | F9 | 20 | 25 | 0 | 2 | F7 | 58 | 50 |
| Octal | 251 | 236 | 371 | 40 | 45 | 0 | 2 | 367 | 130 | 120 |
| Binary | 10101001 | 10011110 | 11111001 | 100000 | 100101 | 0 | 10 | 11110111 | 1011000 | 1010000 |
Color Harmonies of #A99EF9
Complementary color
Monochromatic Colors of #A99EF9
Black with #A99EF9
Text Example
Text Example
White with #A99EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99EF9; }
p { color: rgb(169,158,249); }
H1.HeaderClassName
{
color: #A99EF9;
}
.AnyTagClassName
{
color: #A99EF9;
}
</style>
background-color css
<style>
a { background-color: #A99EF9; }
a { background-color: rgb(169,158,249); }
div.DivClassName
{
background-color: #A99EF9;
}
.BgClassName
{
background-color: #A99EF9;
}
</style>
border-color css
<style>
span { border-color: #A99EF9; }
span { border-color: rgb(169,158,249); }
td.TdClassName
{
border-color: #A99EF9;
}
.TagClassName
{
border-color: #A99EF9;
}
</style>