Shades of Perano #A99FFB
Tints of Perano #A99FFB
RGB
CMYK
RGB Variations
Color information
#A99FFB (or 0xA99FFB) is known color: Perano. HEX triplet: A9, 9F and FB. RGB value is (169,159,251). Sum of RGB (Red+Green+Blue) = 169+159+251=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #A99FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99FFB is #566004. Grayscale: #ACACAC. Windows color (decimal): -5660677 or 16490409. OLE color: 16490409.
HSL color Cylindrical-coordinate representation of color #A99FFB: hue angle of 246.52º degrees, saturation: 0.92, 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 #A99FFB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 159 | 251 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.02 |
| HSL | 246.52º | 0.92% | 0.8% | - |
| HSV(B) | 246.52º | 0.37% | 0.98% | - |
| XYZ | 46.17 | 40.2 | 96.59 | - |
| YUV | 172.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 251 | 0.33 | 0.37 | 0 | 0.02 | 246.52 | 0.92 | 0.8 |
| Hex | A9 | 9F | FB | 21 | 25 | 0 | 2 | F7 | 5C | 50 |
| Octal | 251 | 237 | 373 | 41 | 45 | 0 | 2 | 367 | 134 | 120 |
| Binary | 10101001 | 10011111 | 11111011 | 100001 | 100101 | 0 | 10 | 11110111 | 1011100 | 1010000 |
Color Harmonies of #A99FFB
Complementary color
Monochromatic Colors of #A99FFB
Black with #A99FFB
Text Example
Text Example
White with #A99FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99FFB; }
p { color: rgb(169,159,251); }
H1.HeaderClassName
{
color: #A99FFB;
}
.AnyTagClassName
{
color: #A99FFB;
}
</style>
background-color css
<style>
a { background-color: #A99FFB; }
a { background-color: rgb(169,159,251); }
div.DivClassName
{
background-color: #A99FFB;
}
.BgClassName
{
background-color: #A99FFB;
}
</style>
border-color css
<style>
span { border-color: #A99FFB; }
span { border-color: rgb(169,159,251); }
td.TdClassName
{
border-color: #A99FFB;
}
.TagClassName
{
border-color: #A99FFB;
}
</style>