Shades of Perano #A99EFB
Tints of Perano #A99EFB
RGB
CMYK
RGB Variations
Color information
#A99EFB (or 0xA99EFB) is known color: Perano. HEX triplet: A9, 9E and FB. RGB value is (169,158,251). Sum of RGB (Red+Green+Blue) = 169+158+251=578 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.24% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #A99EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99EFB is #566104. Grayscale: #ABABAB. Windows color (decimal): -5660933 or 16490153. OLE color: 16490153.
HSL color Cylindrical-coordinate representation of color #A99EFB: hue angle of 247.1º 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 #A99EFB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 169 | 158 | 251 | - |
CMYK | 0.33 | 0.37 | 0 | 0.02 |
HSL | 247.1º | 0.92% | 0.8% | - |
HSV(B) | 247.1º | 0.37% | 0.98% | - |
XYZ | 46 | 39.85 | 96.53 | - |
YUV | 171.89 | 172.64 | 125.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 158 | 251 | 0.33 | 0.37 | 0 | 0.02 | 247.1 | 0.92 | 0.8 |
Hex | A9 | 9E | FB | 21 | 25 | 0 | 2 | F7 | 5C | 50 |
Octal | 251 | 236 | 373 | 41 | 45 | 0 | 2 | 367 | 134 | 120 |
Binary | 10101001 | 10011110 | 11111011 | 100001 | 100101 | 0 | 10 | 11110111 | 1011100 | 1010000 |
Color Harmonies of #A99EFB
Complementary color
Monochromatic Colors of #A99EFB
Black with #A99EFB
Text Example
Text Example
White with #A99EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99EFB; }
p { color: rgb(169,158,251); }
H1.HeaderClassName
{
color: #A99EFB;
}
.AnyTagClassName
{
color: #A99EFB;
}
</style>
background-color css
<style>
a { background-color: #A99EFB; }
a { background-color: rgb(169,158,251); }
div.DivClassName
{
background-color: #A99EFB;
}
.BgClassName
{
background-color: #A99EFB;
}
</style>
border-color css
<style>
span { border-color: #A99EFB; }
span { border-color: rgb(169,158,251); }
td.TdClassName
{
border-color: #A99EFB;
}
.TagClassName
{
border-color: #A99EFB;
}
</style>