Shades of Biloba Flower #A796CA
Tints of Biloba Flower #A796CA
RGB
CMYK
RGB Variations
Color information
#A796CA (or 0xA796CA) is known color: Biloba Flower. HEX triplet: A7, 96 and CA. RGB value is (167,150,202). Sum of RGB (Red+Green+Blue) = 167+150+202=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #A796CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796CA is #586935. Grayscale: #A0A0A0. Windows color (decimal): -5794102 or 13276839. OLE color: 13276839.
HSL color Cylindrical-coordinate representation of color #A796CA: hue angle of 259.62º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A796CA is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 150 | 202 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.21 |
| HSL | 259.62º | 0.33% | 0.69% | - |
| HSV(B) | 259.62º | 0.26% | 0.79% | - |
| XYZ | 37.5 | 34.29 | 60.52 | - |
| YUV | 161.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 150 | 202 | 0.17 | 0.26 | 0 | 0.21 | 259.62 | 0.33 | 0.69 |
| Hex | A7 | 96 | CA | 11 | 1A | 0 | 15 | 104 | 21 | 45 |
| Octal | 247 | 226 | 312 | 21 | 32 | 0 | 25 | 404 | 41 | 105 |
| Binary | 10100111 | 10010110 | 11001010 | 10001 | 11010 | 0 | 10101 | 100000100 | 100001 | 1000101 |
Color Harmonies of #A796CA
Complementary color
Monochromatic Colors of #A796CA
Black with #A796CA
Text Example
Text Example
White with #A796CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A796CA; }
p { color: rgb(167,150,202); }
H1.HeaderClassName
{
color: #A796CA;
}
.AnyTagClassName
{
color: #A796CA;
}
</style>
background-color css
<style>
a { background-color: #A796CA; }
a { background-color: rgb(167,150,202); }
div.DivClassName
{
background-color: #A796CA;
}
.BgClassName
{
background-color: #A796CA;
}
</style>
border-color css
<style>
span { border-color: #A796CA; }
span { border-color: rgb(167,150,202); }
td.TdClassName
{
border-color: #A796CA;
}
.TagClassName
{
border-color: #A796CA;
}
</style>