Shades of Biloba Flower #A695CA
Tints of Biloba Flower #A695CA
RGB
CMYK
RGB Variations
Color information
#A695CA (or 0xA695CA) is known color: Biloba Flower. HEX triplet: A6, 95 and CA. RGB value is (166,149,202). Sum of RGB (Red+Green+Blue) = 166+149+202=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #A695CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695CA is #596A35. Grayscale: #9F9F9F. Windows color (decimal): -5859894 or 13276582. OLE color: 13276582.
HSL color Cylindrical-coordinate representation of color #A695CA: hue angle of 259.25º 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 #A695CA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 149 | 202 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.21 |
| HSL | 259.25º | 0.33% | 0.69% | - |
| HSV(B) | 259.25º | 0.26% | 0.79% | - |
| XYZ | 37.13 | 33.87 | 60.46 | - |
| YUV | 160.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 202 | 0.18 | 0.26 | 0 | 0.21 | 259.25 | 0.33 | 0.69 |
| Hex | A6 | 95 | CA | 12 | 1A | 0 | 15 | 103 | 21 | 45 |
| Octal | 246 | 225 | 312 | 22 | 32 | 0 | 25 | 403 | 41 | 105 |
| Binary | 10100110 | 10010101 | 11001010 | 10010 | 11010 | 0 | 10101 | 100000011 | 100001 | 1000101 |
Color Harmonies of #A695CA
Complementary color
Monochromatic Colors of #A695CA
Black with #A695CA
Text Example
Text Example
White with #A695CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A695CA; }
p { color: rgb(166,149,202); }
H1.HeaderClassName
{
color: #A695CA;
}
.AnyTagClassName
{
color: #A695CA;
}
</style>
background-color css
<style>
a { background-color: #A695CA; }
a { background-color: rgb(166,149,202); }
div.DivClassName
{
background-color: #A695CA;
}
.BgClassName
{
background-color: #A695CA;
}
</style>
border-color css
<style>
span { border-color: #A695CA; }
span { border-color: rgb(166,149,202); }
td.TdClassName
{
border-color: #A695CA;
}
.TagClassName
{
border-color: #A695CA;
}
</style>