Shades of Biloba Flower #A696CD
Tints of Biloba Flower #A696CD
RGB
CMYK
RGB Variations
Color information
#A696CD (or 0xA696CD) is known color: Biloba Flower. HEX triplet: A6, 96 and CD. RGB value is (166,150,205). Sum of RGB (Red+Green+Blue) = 166+150+205=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #A696CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696CD is #596932. Grayscale: #A0A0A0. Windows color (decimal): -5859635 or 13473446. OLE color: 13473446.
HSL color Cylindrical-coordinate representation of color #A696CD: hue angle of 257.45º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A696CD is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 150 | 205 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.20 |
| HSL | 257.45º | 0.35% | 0.7% | - |
| HSV(B) | 257.45º | 0.27% | 0.8% | - |
| XYZ | 37.65 | 34.33 | 62.4 | - |
| YUV | 161.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 205 | 0.19 | 0.27 | 0 | 0.20 | 257.45 | 0.35 | 0.7 |
| Hex | A6 | 96 | CD | 13 | 1B | 0 | 14 | 101 | 23 | 46 |
| Octal | 246 | 226 | 315 | 23 | 33 | 0 | 24 | 401 | 43 | 106 |
| Binary | 10100110 | 10010110 | 11001101 | 10011 | 11011 | 0 | 10100 | 100000001 | 100011 | 1000110 |
Color Harmonies of #A696CD
Complementary color
Monochromatic Colors of #A696CD
Black with #A696CD
Text Example
Text Example
White with #A696CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A696CD; }
p { color: rgb(166,150,205); }
H1.HeaderClassName
{
color: #A696CD;
}
.AnyTagClassName
{
color: #A696CD;
}
</style>
background-color css
<style>
a { background-color: #A696CD; }
a { background-color: rgb(166,150,205); }
div.DivClassName
{
background-color: #A696CD;
}
.BgClassName
{
background-color: #A696CD;
}
</style>
border-color css
<style>
span { border-color: #A696CD; }
span { border-color: rgb(166,150,205); }
td.TdClassName
{
border-color: #A696CD;
}
.TagClassName
{
border-color: #A696CD;
}
</style>