Shades of Biloba Flower #A996DC
Tints of Biloba Flower #A996DC
RGB
CMYK
RGB Variations
Color information
#A996DC (or 0xA996DC) is known color: Biloba Flower. HEX triplet: A9, 96 and DC. RGB value is (169,150,220). Sum of RGB (Red+Green+Blue) = 169+150+220=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #A996DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996DC is #566923. Grayscale: #A3A3A3. Windows color (decimal): -5663012 or 14456489. OLE color: 14456489.
HSL color Cylindrical-coordinate representation of color #A996DC: hue angle of 256.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A996DC is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 150 | 220 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.14 |
| HSL | 256.29º | 0.5% | 0.73% | - |
| HSV(B) | 256.29º | 0.32% | 0.86% | - |
| XYZ | 40.19 | 35.42 | 72.43 | - |
| YUV | 163.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 220 | 0.23 | 0.32 | 0 | 0.14 | 256.29 | 0.5 | 0.73 |
| Hex | A9 | 96 | DC | 17 | 20 | 0 | E | 100 | 32 | 49 |
| Octal | 251 | 226 | 334 | 27 | 40 | 0 | 16 | 400 | 62 | 111 |
| Binary | 10101001 | 10010110 | 11011100 | 10111 | 100000 | 0 | 1110 | 100000000 | 110010 | 1001001 |
Color Harmonies of #A996DC
Complementary color
Monochromatic Colors of #A996DC
Black with #A996DC
Text Example
Text Example
White with #A996DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A996DC; }
p { color: rgb(169,150,220); }
H1.HeaderClassName
{
color: #A996DC;
}
.AnyTagClassName
{
color: #A996DC;
}
</style>
background-color css
<style>
a { background-color: #A996DC; }
a { background-color: rgb(169,150,220); }
div.DivClassName
{
background-color: #A996DC;
}
.BgClassName
{
background-color: #A996DC;
}
</style>
border-color css
<style>
span { border-color: #A996DC; }
span { border-color: rgb(169,150,220); }
td.TdClassName
{
border-color: #A996DC;
}
.TagClassName
{
border-color: #A996DC;
}
</style>