Shades of Biloba Flower #A992DC
Tints of Biloba Flower #A992DC
RGB
CMYK
RGB Variations
Color information
#A992DC (or 0xA992DC) is known color: Biloba Flower. HEX triplet: A9, 92 and DC. RGB value is (169,146,220). Sum of RGB (Red+Green+Blue) = 169+146+220=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #A992DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992DC is #566D23. Grayscale: #A1A1A1. Windows color (decimal): -5664036 or 14455465. OLE color: 14455465.
HSL color Cylindrical-coordinate representation of color #A992DC: hue angle of 258.65º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A992DC is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 146 | 220 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.14 |
| HSL | 258.65º | 0.51% | 0.72% | - |
| HSV(B) | 258.65º | 0.34% | 0.86% | - |
| XYZ | 39.56 | 34.16 | 72.22 | - |
| YUV | 161.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 220 | 0.23 | 0.34 | 0 | 0.14 | 258.65 | 0.51 | 0.72 |
| Hex | A9 | 92 | DC | 17 | 22 | 0 | E | 103 | 33 | 48 |
| Octal | 251 | 222 | 334 | 27 | 42 | 0 | 16 | 403 | 63 | 110 |
| Binary | 10101001 | 10010010 | 11011100 | 10111 | 100010 | 0 | 1110 | 100000011 | 110011 | 1001000 |
Color Harmonies of #A992DC
Complementary color
Monochromatic Colors of #A992DC
Black with #A992DC
Text Example
Text Example
White with #A992DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A992DC; }
p { color: rgb(169,146,220); }
H1.HeaderClassName
{
color: #A992DC;
}
.AnyTagClassName
{
color: #A992DC;
}
</style>
background-color css
<style>
a { background-color: #A992DC; }
a { background-color: rgb(169,146,220); }
div.DivClassName
{
background-color: #A992DC;
}
.BgClassName
{
background-color: #A992DC;
}
</style>
border-color css
<style>
span { border-color: #A992DC; }
span { border-color: rgb(169,146,220); }
td.TdClassName
{
border-color: #A992DC;
}
.TagClassName
{
border-color: #A992DC;
}
</style>