Shades of Biloba Flower #A690CA
Tints of Biloba Flower #A690CA
RGB
CMYK
RGB Variations
Color information
#A690CA (or 0xA690CA) is known color: Biloba Flower. HEX triplet: A6, 90 and CA. RGB value is (166,144,202). Sum of RGB (Red+Green+Blue) = 166+144+202=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #A690CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690CA is #596F35. Grayscale: #9C9C9C. Windows color (decimal): -5861174 or 13275302. OLE color: 13275302.
HSL color Cylindrical-coordinate representation of color #A690CA: hue angle of 262.76º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A690CA is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 144 | 202 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.21 |
| HSL | 262.76º | 0.35% | 0.68% | - |
| HSV(B) | 262.76º | 0.29% | 0.79% | - |
| XYZ | 36.36 | 32.32 | 60.2 | - |
| YUV | 157.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 202 | 0.18 | 0.29 | 0 | 0.21 | 262.76 | 0.35 | 0.68 |
| Hex | A6 | 90 | CA | 12 | 1D | 0 | 15 | 107 | 23 | 44 |
| Octal | 246 | 220 | 312 | 22 | 35 | 0 | 25 | 407 | 43 | 104 |
| Binary | 10100110 | 10010000 | 11001010 | 10010 | 11101 | 0 | 10101 | 100000111 | 100011 | 1000100 |
Color Harmonies of #A690CA
Complementary color
Monochromatic Colors of #A690CA
Black with #A690CA
Text Example
Text Example
White with #A690CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A690CA; }
p { color: rgb(166,144,202); }
H1.HeaderClassName
{
color: #A690CA;
}
.AnyTagClassName
{
color: #A690CA;
}
</style>
background-color css
<style>
a { background-color: #A690CA; }
a { background-color: rgb(166,144,202); }
div.DivClassName
{
background-color: #A690CA;
}
.BgClassName
{
background-color: #A690CA;
}
</style>
border-color css
<style>
span { border-color: #A690CA; }
span { border-color: rgb(166,144,202); }
td.TdClassName
{
border-color: #A690CA;
}
.TagClassName
{
border-color: #A690CA;
}
</style>