Shades of Biloba Flower #A690CE
Tints of Biloba Flower #A690CE
RGB
CMYK
RGB Variations
Color information
#A690CE (or 0xA690CE) is known color: Biloba Flower. HEX triplet: A6, 90 and CE. RGB value is (166,144,206). Sum of RGB (Red+Green+Blue) = 166+144+206=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #A690CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690CE is #596F31. Grayscale: #9D9D9D. Windows color (decimal): -5861170 or 13537446. OLE color: 13537446.
HSL color Cylindrical-coordinate representation of color #A690CE: hue angle of 261.29º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A690CE is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 144 | 206 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.19 |
| HSL | 261.29º | 0.39% | 0.69% | - |
| HSV(B) | 261.29º | 0.3% | 0.81% | - |
| XYZ | 36.84 | 32.51 | 62.73 | - |
| YUV | 157.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 206 | 0.19 | 0.30 | 0 | 0.19 | 261.29 | 0.39 | 0.69 |
| Hex | A6 | 90 | CE | 13 | 1E | 0 | 13 | 105 | 27 | 45 |
| Octal | 246 | 220 | 316 | 23 | 36 | 0 | 23 | 405 | 47 | 105 |
| Binary | 10100110 | 10010000 | 11001110 | 10011 | 11110 | 0 | 10011 | 100000101 | 100111 | 1000101 |
Color Harmonies of #A690CE
Complementary color
Monochromatic Colors of #A690CE
Black with #A690CE
Text Example
Text Example
White with #A690CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A690CE; }
p { color: rgb(166,144,206); }
H1.HeaderClassName
{
color: #A690CE;
}
.AnyTagClassName
{
color: #A690CE;
}
</style>
background-color css
<style>
a { background-color: #A690CE; }
a { background-color: rgb(166,144,206); }
div.DivClassName
{
background-color: #A690CE;
}
.BgClassName
{
background-color: #A690CE;
}
</style>
border-color css
<style>
span { border-color: #A690CE; }
span { border-color: rgb(166,144,206); }
td.TdClassName
{
border-color: #A690CE;
}
.TagClassName
{
border-color: #A690CE;
}
</style>