Shades of Biloba Flower #A795CA
Tints of Biloba Flower #A795CA
RGB
CMYK
RGB Variations
Color information
#A795CA (or 0xA795CA) is known color: Biloba Flower. HEX triplet: A7, 95 and CA. RGB value is (167,149,202). Sum of RGB (Red+Green+Blue) = 167+149+202=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #A795CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795CA is #586A35. Grayscale: #A0A0A0. Windows color (decimal): -5794358 or 13276583. OLE color: 13276583.
HSL color Cylindrical-coordinate representation of color #A795CA: hue angle of 260.38º 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 #A795CA is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 149 | 202 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.21 |
| HSL | 260.38º | 0.33% | 0.69% | - |
| HSV(B) | 260.38º | 0.26% | 0.79% | - |
| XYZ | 37.34 | 33.97 | 60.47 | - |
| YUV | 160.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 149 | 202 | 0.17 | 0.26 | 0 | 0.21 | 260.38 | 0.33 | 0.69 |
| Hex | A7 | 95 | CA | 11 | 1A | 0 | 15 | 104 | 21 | 45 |
| Octal | 247 | 225 | 312 | 21 | 32 | 0 | 25 | 404 | 41 | 105 |
| Binary | 10100111 | 10010101 | 11001010 | 10001 | 11010 | 0 | 10101 | 100000100 | 100001 | 1000101 |
Color Harmonies of #A795CA
Complementary color
Monochromatic Colors of #A795CA
Black with #A795CA
Text Example
Text Example
White with #A795CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A795CA; }
p { color: rgb(167,149,202); }
H1.HeaderClassName
{
color: #A795CA;
}
.AnyTagClassName
{
color: #A795CA;
}
</style>
background-color css
<style>
a { background-color: #A795CA; }
a { background-color: rgb(167,149,202); }
div.DivClassName
{
background-color: #A795CA;
}
.BgClassName
{
background-color: #A795CA;
}
</style>
border-color css
<style>
span { border-color: #A795CA; }
span { border-color: rgb(167,149,202); }
td.TdClassName
{
border-color: #A795CA;
}
.TagClassName
{
border-color: #A795CA;
}
</style>