Shades of Biloba Flower #A492D2
Tints of Biloba Flower #A492D2
RGB
CMYK
RGB Variations
Color information
#A492D2 (or 0xA492D2) is known color: Biloba Flower. HEX triplet: A4, 92 and D2. RGB value is (164,146,210). Sum of RGB (Red+Green+Blue) = 164+146+210=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 210 - color contains mainly: blue. Hex color #A492D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492D2 is #5B6D2D. Grayscale: #9E9E9E. Windows color (decimal): -5991726 or 13800100. OLE color: 13800100.
HSL color Cylindrical-coordinate representation of color #A492D2: hue angle of 256.88º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A492D2 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 146 | 210 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.18 |
| HSL | 256.88º | 0.42% | 0.7% | - |
| HSV(B) | 256.88º | 0.3% | 0.82% | - |
| XYZ | 37.22 | 33.1 | 65.4 | - |
| YUV | 158.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 210 | 0.22 | 0.30 | 0 | 0.18 | 256.88 | 0.42 | 0.7 |
| Hex | A4 | 92 | D2 | 16 | 1E | 0 | 12 | 101 | 2A | 46 |
| Octal | 244 | 222 | 322 | 26 | 36 | 0 | 22 | 401 | 52 | 106 |
| Binary | 10100100 | 10010010 | 11010010 | 10110 | 11110 | 0 | 10010 | 100000001 | 101010 | 1000110 |
Color Harmonies of #A492D2
Complementary color
Monochromatic Colors of #A492D2
Black with #A492D2
Text Example
Text Example
White with #A492D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A492D2; }
p { color: rgb(164,146,210); }
H1.HeaderClassName
{
color: #A492D2;
}
.AnyTagClassName
{
color: #A492D2;
}
</style>
background-color css
<style>
a { background-color: #A492D2; }
a { background-color: rgb(164,146,210); }
div.DivClassName
{
background-color: #A492D2;
}
.BgClassName
{
background-color: #A492D2;
}
</style>
border-color css
<style>
span { border-color: #A492D2; }
span { border-color: rgb(164,146,210); }
td.TdClassName
{
border-color: #A492D2;
}
.TagClassName
{
border-color: #A492D2;
}
</style>