Shades of Biloba Flower #A992CE
Tints of Biloba Flower #A992CE
RGB
CMYK
RGB Variations
Color information
#A992CE (or 0xA992CE) is known color: Biloba Flower. HEX triplet: A9, 92 and CE. RGB value is (169,146,206). Sum of RGB (Red+Green+Blue) = 169+146+206=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #A992CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992CE is #566D31. Grayscale: #9F9F9F. Windows color (decimal): -5664050 or 13537961. OLE color: 13537961.
HSL color Cylindrical-coordinate representation of color #A992CE: hue angle of 263º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A992CE is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 146 | 206 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.19 |
| HSL | 263º | 0.38% | 0.69% | - |
| HSV(B) | 263º | 0.29% | 0.81% | - |
| XYZ | 37.78 | 33.45 | 62.86 | - |
| YUV | 159.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 206 | 0.18 | 0.29 | 0 | 0.19 | 263 | 0.38 | 0.69 |
| Hex | A9 | 92 | CE | 12 | 1D | 0 | 13 | 107 | 26 | 45 |
| Octal | 251 | 222 | 316 | 22 | 35 | 0 | 23 | 407 | 46 | 105 |
| Binary | 10101001 | 10010010 | 11001110 | 10010 | 11101 | 0 | 10011 | 100000111 | 100110 | 1000101 |
Color Harmonies of #A992CE
Complementary color
Monochromatic Colors of #A992CE
Black with #A992CE
Text Example
Text Example
White with #A992CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A992CE; }
p { color: rgb(169,146,206); }
H1.HeaderClassName
{
color: #A992CE;
}
.AnyTagClassName
{
color: #A992CE;
}
</style>
background-color css
<style>
a { background-color: #A992CE; }
a { background-color: rgb(169,146,206); }
div.DivClassName
{
background-color: #A992CE;
}
.BgClassName
{
background-color: #A992CE;
}
</style>
border-color css
<style>
span { border-color: #A992CE; }
span { border-color: rgb(169,146,206); }
td.TdClassName
{
border-color: #A992CE;
}
.TagClassName
{
border-color: #A992CE;
}
</style>