Shades of Biloba Flower #A892CA
Tints of Biloba Flower #A892CA
RGB
CMYK
RGB Variations
Color information
#A892CA (or 0xA892CA) is known color: Biloba Flower. HEX triplet: A8, 92 and CA. RGB value is (168,146,202). Sum of RGB (Red+Green+Blue) = 168+146+202=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #A892CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892CA is #576D35. Grayscale: #9E9E9E. Windows color (decimal): -5729590 or 13275816. OLE color: 13275816.
HSL color Cylindrical-coordinate representation of color #A892CA: hue angle of 263.57º 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 #A892CA is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 146 | 202 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.21 |
| HSL | 263.57º | 0.35% | 0.68% | - |
| HSV(B) | 263.57º | 0.28% | 0.79% | - |
| XYZ | 37.09 | 33.15 | 60.32 | - |
| YUV | 158.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 202 | 0.17 | 0.28 | 0 | 0.21 | 263.57 | 0.35 | 0.68 |
| Hex | A8 | 92 | CA | 11 | 1C | 0 | 15 | 108 | 23 | 44 |
| Octal | 250 | 222 | 312 | 21 | 34 | 0 | 25 | 410 | 43 | 104 |
| Binary | 10101000 | 10010010 | 11001010 | 10001 | 11100 | 0 | 10101 | 100001000 | 100011 | 1000100 |
Color Harmonies of #A892CA
Complementary color
Monochromatic Colors of #A892CA
Black with #A892CA
Text Example
Text Example
White with #A892CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892CA; }
p { color: rgb(168,146,202); }
H1.HeaderClassName
{
color: #A892CA;
}
.AnyTagClassName
{
color: #A892CA;
}
</style>
background-color css
<style>
a { background-color: #A892CA; }
a { background-color: rgb(168,146,202); }
div.DivClassName
{
background-color: #A892CA;
}
.BgClassName
{
background-color: #A892CA;
}
</style>
border-color css
<style>
span { border-color: #A892CA; }
span { border-color: rgb(168,146,202); }
td.TdClassName
{
border-color: #A892CA;
}
.TagClassName
{
border-color: #A892CA;
}
</style>