Shades of Biloba Flower #A792CA
Tints of Biloba Flower #A792CA
RGB
CMYK
RGB Variations
Color information
#A792CA (or 0xA792CA) is known color: Biloba Flower. HEX triplet: A7, 92 and CA. RGB value is (167,146,202). Sum of RGB (Red+Green+Blue) = 167+146+202=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #A792CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A792CA is #586D35. Grayscale: #9E9E9E. Windows color (decimal): -5795126 or 13275815. OLE color: 13275815.
HSL color Cylindrical-coordinate representation of color #A792CA: hue angle of 262.5º 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 #A792CA is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 146 | 202 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.21 |
| HSL | 262.5º | 0.35% | 0.68% | - |
| HSV(B) | 262.5º | 0.28% | 0.79% | - |
| XYZ | 36.88 | 33.04 | 60.31 | - |
| YUV | 158.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 146 | 202 | 0.17 | 0.28 | 0 | 0.21 | 262.5 | 0.35 | 0.68 |
| Hex | A7 | 92 | CA | 11 | 1C | 0 | 15 | 106 | 23 | 44 |
| Octal | 247 | 222 | 312 | 21 | 34 | 0 | 25 | 406 | 43 | 104 |
| Binary | 10100111 | 10010010 | 11001010 | 10001 | 11100 | 0 | 10101 | 100000110 | 100011 | 1000100 |
Color Harmonies of #A792CA
Complementary color
Monochromatic Colors of #A792CA
Black with #A792CA
Text Example
Text Example
White with #A792CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A792CA; }
p { color: rgb(167,146,202); }
H1.HeaderClassName
{
color: #A792CA;
}
.AnyTagClassName
{
color: #A792CA;
}
</style>
background-color css
<style>
a { background-color: #A792CA; }
a { background-color: rgb(167,146,202); }
div.DivClassName
{
background-color: #A792CA;
}
.BgClassName
{
background-color: #A792CA;
}
</style>
border-color css
<style>
span { border-color: #A792CA; }
span { border-color: rgb(167,146,202); }
td.TdClassName
{
border-color: #A792CA;
}
.TagClassName
{
border-color: #A792CA;
}
</style>