Shades of Biloba Flower #A696ED
Tints of Biloba Flower #A696ED
RGB
CMYK
RGB Variations
Color information
#A696ED (or 0xA696ED) is known color: Biloba Flower. HEX triplet: A6, 96 and ED. RGB value is (166,150,237). Sum of RGB (Red+Green+Blue) = 166+150+237=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #A696ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A696ED is #596912. Grayscale: #A4A4A4. Windows color (decimal): -5859603 or 15570598. OLE color: 15570598.
HSL color Cylindrical-coordinate representation of color #A696ED: hue angle of 251.03º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A696ED is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 150 | 237 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.07 |
| HSL | 251.03º | 0.71% | 0.76% | - |
| HSV(B) | 251.03º | 0.37% | 0.93% | - |
| XYZ | 41.92 | 36.03 | 84.87 | - |
| YUV | 164.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 237 | 0.30 | 0.37 | 0 | 0.07 | 251.03 | 0.71 | 0.76 |
| Hex | A6 | 96 | ED | 1E | 25 | 0 | 7 | FB | 47 | 4C |
| Octal | 246 | 226 | 355 | 36 | 45 | 0 | 7 | 373 | 107 | 114 |
| Binary | 10100110 | 10010110 | 11101101 | 11110 | 100101 | 0 | 111 | 11111011 | 1000111 | 1001100 |
Color Harmonies of #A696ED
Complementary color
Monochromatic Colors of #A696ED
Black with #A696ED
Text Example
Text Example
White with #A696ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A696ED; }
p { color: rgb(166,150,237); }
H1.HeaderClassName
{
color: #A696ED;
}
.AnyTagClassName
{
color: #A696ED;
}
</style>
background-color css
<style>
a { background-color: #A696ED; }
a { background-color: rgb(166,150,237); }
div.DivClassName
{
background-color: #A696ED;
}
.BgClassName
{
background-color: #A696ED;
}
</style>
border-color css
<style>
span { border-color: #A696ED; }
span { border-color: rgb(166,150,237); }
td.TdClassName
{
border-color: #A696ED;
}
.TagClassName
{
border-color: #A696ED;
}
</style>