Shades of Biloba Flower #A992CC
Tints of Biloba Flower #A992CC
RGB
CMYK
RGB Variations
Color information
#A992CC (or 0xA992CC) is known color: Biloba Flower. HEX triplet: A9, 92 and CC. RGB value is (169,146,204). Sum of RGB (Red+Green+Blue) = 169+146+204=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #A992CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992CC is #566D33. Grayscale: #9F9F9F. Windows color (decimal): -5664052 or 13406889. OLE color: 13406889.
HSL color Cylindrical-coordinate representation of color #A992CC: hue angle of 263.79º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A992CC is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 146 | 204 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.2 |
| HSL | 263.79º | 0.36% | 0.69% | - |
| HSV(B) | 263.79º | 0.28% | 0.8% | - |
| XYZ | 37.54 | 33.35 | 61.59 | - |
| YUV | 159.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 204 | 0.17 | 0.28 | 0 | 0.2 | 263.79 | 0.36 | 0.69 |
| Hex | A9 | 92 | CC | 11 | 1C | 0 | 14 | 108 | 24 | 45 |
| Octal | 251 | 222 | 314 | 21 | 34 | 0 | 24 | 410 | 44 | 105 |
| Binary | 10101001 | 10010010 | 11001100 | 10001 | 11100 | 0 | 10100 | 100001000 | 100100 | 1000101 |
Color Harmonies of #A992CC
Complementary color
Monochromatic Colors of #A992CC
Black with #A992CC
Text Example
Text Example
White with #A992CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A992CC; }
p { color: rgb(169,146,204); }
H1.HeaderClassName
{
color: #A992CC;
}
.AnyTagClassName
{
color: #A992CC;
}
</style>
background-color css
<style>
a { background-color: #A992CC; }
a { background-color: rgb(169,146,204); }
div.DivClassName
{
background-color: #A992CC;
}
.BgClassName
{
background-color: #A992CC;
}
</style>
border-color css
<style>
span { border-color: #A992CC; }
span { border-color: rgb(169,146,204); }
td.TdClassName
{
border-color: #A992CC;
}
.TagClassName
{
border-color: #A992CC;
}
</style>