Shades of Biloba Flower #A896CA
Tints of Biloba Flower #A896CA
RGB
CMYK
RGB Variations
Color information
#A896CA (or 0xA896CA) is known color: Biloba Flower. HEX triplet: A8, 96 and CA. RGB value is (168,150,202). Sum of RGB (Red+Green+Blue) = 168+150+202=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #A896CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896CA is #576935. Grayscale: #A1A1A1. Windows color (decimal): -5728566 or 13276840. OLE color: 13276840.
HSL color Cylindrical-coordinate representation of color #A896CA: hue angle of 260.77º 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 #A896CA is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 150 | 202 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.21 |
| HSL | 260.77º | 0.33% | 0.69% | - |
| HSV(B) | 260.77º | 0.26% | 0.79% | - |
| XYZ | 37.72 | 34.4 | 60.53 | - |
| YUV | 161.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 202 | 0.17 | 0.26 | 0 | 0.21 | 260.77 | 0.33 | 0.69 |
| Hex | A8 | 96 | CA | 11 | 1A | 0 | 15 | 105 | 21 | 45 |
| Octal | 250 | 226 | 312 | 21 | 32 | 0 | 25 | 405 | 41 | 105 |
| Binary | 10101000 | 10010110 | 11001010 | 10001 | 11010 | 0 | 10101 | 100000101 | 100001 | 1000101 |
Color Harmonies of #A896CA
Complementary color
Monochromatic Colors of #A896CA
Black with #A896CA
Text Example
Text Example
White with #A896CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A896CA; }
p { color: rgb(168,150,202); }
H1.HeaderClassName
{
color: #A896CA;
}
.AnyTagClassName
{
color: #A896CA;
}
</style>
background-color css
<style>
a { background-color: #A896CA; }
a { background-color: rgb(168,150,202); }
div.DivClassName
{
background-color: #A896CA;
}
.BgClassName
{
background-color: #A896CA;
}
</style>
border-color css
<style>
span { border-color: #A896CA; }
span { border-color: rgb(168,150,202); }
td.TdClassName
{
border-color: #A896CA;
}
.TagClassName
{
border-color: #A896CA;
}
</style>