Shades of Biloba Flower #A492CA
Tints of Biloba Flower #A492CA
RGB
CMYK
RGB Variations
Color information
#A492CA (or 0xA492CA) is known color: Biloba Flower. HEX triplet: A4, 92 and CA. RGB value is (164,146,202). Sum of RGB (Red+Green+Blue) = 164+146+202=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #A492CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492CA is #5B6D35. Grayscale: #9D9D9D. Windows color (decimal): -5991734 or 13275812. OLE color: 13275812.
HSL color Cylindrical-coordinate representation of color #A492CA: hue angle of 259.29º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A492CA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 146 | 202 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.21 |
| HSL | 259.29º | 0.35% | 0.68% | - |
| HSV(B) | 259.29º | 0.28% | 0.79% | - |
| XYZ | 36.25 | 32.71 | 60.28 | - |
| YUV | 157.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 202 | 0.19 | 0.28 | 0 | 0.21 | 259.29 | 0.35 | 0.68 |
| Hex | A4 | 92 | CA | 13 | 1C | 0 | 15 | 103 | 23 | 44 |
| Octal | 244 | 222 | 312 | 23 | 34 | 0 | 25 | 403 | 43 | 104 |
| Binary | 10100100 | 10010010 | 11001010 | 10011 | 11100 | 0 | 10101 | 100000011 | 100011 | 1000100 |
Color Harmonies of #A492CA
Complementary color
Monochromatic Colors of #A492CA
Black with #A492CA
Text Example
Text Example
White with #A492CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A492CA; }
p { color: rgb(164,146,202); }
H1.HeaderClassName
{
color: #A492CA;
}
.AnyTagClassName
{
color: #A492CA;
}
</style>
background-color css
<style>
a { background-color: #A492CA; }
a { background-color: rgb(164,146,202); }
div.DivClassName
{
background-color: #A492CA;
}
.BgClassName
{
background-color: #A492CA;
}
</style>
border-color css
<style>
span { border-color: #A492CA; }
span { border-color: rgb(164,146,202); }
td.TdClassName
{
border-color: #A492CA;
}
.TagClassName
{
border-color: #A492CA;
}
</style>