Shades of Biloba Flower #A696D2
Tints of Biloba Flower #A696D2
RGB
CMYK
RGB Variations
Color information
#A696D2 (or 0xA696D2) is known color: Biloba Flower. HEX triplet: A6, 96 and D2. RGB value is (166,150,210). Sum of RGB (Red+Green+Blue) = 166+150+210=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 210 - color contains mainly: blue. Hex color #A696D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696D2 is #59692D. Grayscale: #A1A1A1. Windows color (decimal): -5859630 or 13801126. OLE color: 13801126.
HSL color Cylindrical-coordinate representation of color #A696D2: hue angle of 256º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A696D2 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 150 | 210 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.18 |
| HSL | 256º | 0.4% | 0.71% | - |
| HSV(B) | 256º | 0.29% | 0.82% | - |
| XYZ | 38.27 | 34.57 | 65.63 | - |
| YUV | 161.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 210 | 0.21 | 0.29 | 0 | 0.18 | 256 | 0.4 | 0.71 |
| Hex | A6 | 96 | D2 | 15 | 1D | 0 | 12 | 100 | 28 | 47 |
| Octal | 246 | 226 | 322 | 25 | 35 | 0 | 22 | 400 | 50 | 107 |
| Binary | 10100110 | 10010110 | 11010010 | 10101 | 11101 | 0 | 10010 | 100000000 | 101000 | 1000111 |
Color Harmonies of #A696D2
Complementary color
Monochromatic Colors of #A696D2
Black with #A696D2
Text Example
Text Example
White with #A696D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A696D2; }
p { color: rgb(166,150,210); }
H1.HeaderClassName
{
color: #A696D2;
}
.AnyTagClassName
{
color: #A696D2;
}
</style>
background-color css
<style>
a { background-color: #A696D2; }
a { background-color: rgb(166,150,210); }
div.DivClassName
{
background-color: #A696D2;
}
.BgClassName
{
background-color: #A696D2;
}
</style>
border-color css
<style>
span { border-color: #A696D2; }
span { border-color: rgb(166,150,210); }
td.TdClassName
{
border-color: #A696D2;
}
.TagClassName
{
border-color: #A696D2;
}
</style>