Shades of Biloba Flower #A996E7
Tints of Biloba Flower #A996E7
RGB
CMYK
RGB Variations
Color information
#A996E7 (or 0xA996E7) is known color: Biloba Flower. HEX triplet: A9, 96 and E7. RGB value is (169,150,231). Sum of RGB (Red+Green+Blue) = 169+150+231=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 231 - color contains mainly: blue. Hex color #A996E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A996E7 is #566918. Grayscale: #A4A4A4. Windows color (decimal): -5663001 or 15177385. OLE color: 15177385.
HSL color Cylindrical-coordinate representation of color #A996E7: hue angle of 254.07º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A996E7 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 150 | 231 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.09 |
| HSL | 254.07º | 0.63% | 0.75% | - |
| HSV(B) | 254.07º | 0.35% | 0.91% | - |
| XYZ | 41.69 | 36.02 | 80.36 | - |
| YUV | 164.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 231 | 0.27 | 0.35 | 0 | 0.09 | 254.07 | 0.63 | 0.75 |
| Hex | A9 | 96 | E7 | 1B | 23 | 0 | 9 | FE | 3F | 4B |
| Octal | 251 | 226 | 347 | 33 | 43 | 0 | 11 | 376 | 77 | 113 |
| Binary | 10101001 | 10010110 | 11100111 | 11011 | 100011 | 0 | 1001 | 11111110 | 111111 | 1001011 |
Color Harmonies of #A996E7
Complementary color
Monochromatic Colors of #A996E7
Black with #A996E7
Text Example
Text Example
White with #A996E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A996E7; }
p { color: rgb(169,150,231); }
H1.HeaderClassName
{
color: #A996E7;
}
.AnyTagClassName
{
color: #A996E7;
}
</style>
background-color css
<style>
a { background-color: #A996E7; }
a { background-color: rgb(169,150,231); }
div.DivClassName
{
background-color: #A996E7;
}
.BgClassName
{
background-color: #A996E7;
}
</style>
border-color css
<style>
span { border-color: #A996E7; }
span { border-color: rgb(169,150,231); }
td.TdClassName
{
border-color: #A996E7;
}
.TagClassName
{
border-color: #A996E7;
}
</style>