Shades of Biloba Flower #A996EF
Tints of Biloba Flower #A996EF
RGB
CMYK
RGB Variations
Color information
#A996EF (or 0xA996EF) is known color: Biloba Flower. HEX triplet: A9, 96 and EF. RGB value is (169,150,239). Sum of RGB (Red+Green+Blue) = 169+150+239=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #A996EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A996EF is #566910. Grayscale: #A5A5A5. Windows color (decimal): -5662993 or 15701673. OLE color: 15701673.
HSL color Cylindrical-coordinate representation of color #A996EF: hue angle of 252.81º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A996EF is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 150 | 239 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.06 |
| HSL | 252.81º | 0.74% | 0.76% | - |
| HSV(B) | 252.81º | 0.37% | 0.94% | - |
| XYZ | 42.85 | 36.48 | 86.44 | - |
| YUV | 165.83 | 169.29 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 239 | 0.29 | 0.37 | 0 | 0.06 | 252.81 | 0.74 | 0.76 |
| Hex | A9 | 96 | EF | 1D | 25 | 0 | 6 | FD | 4A | 4C |
| Octal | 251 | 226 | 357 | 35 | 45 | 0 | 6 | 375 | 112 | 114 |
| Binary | 10101001 | 10010110 | 11101111 | 11101 | 100101 | 0 | 110 | 11111101 | 1001010 | 1001100 |
Color Harmonies of #A996EF
Complementary color
Monochromatic Colors of #A996EF
Black with #A996EF
Text Example
Text Example
White with #A996EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A996EF; }
p { color: rgb(169,150,239); }
H1.HeaderClassName
{
color: #A996EF;
}
.AnyTagClassName
{
color: #A996EF;
}
</style>
background-color css
<style>
a { background-color: #A996EF; }
a { background-color: rgb(169,150,239); }
div.DivClassName
{
background-color: #A996EF;
}
.BgClassName
{
background-color: #A996EF;
}
</style>
border-color css
<style>
span { border-color: #A996EF; }
span { border-color: rgb(169,150,239); }
td.TdClassName
{
border-color: #A996EF;
}
.TagClassName
{
border-color: #A996EF;
}
</style>