Shades of Biloba Flower #A695DC
Tints of Biloba Flower #A695DC
RGB
CMYK
RGB Variations
Color information
#A695DC (or 0xA695DC) is known color: Biloba Flower. HEX triplet: A6, 95 and DC. RGB value is (166,149,220). Sum of RGB (Red+Green+Blue) = 166+149+220=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #A695DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695DC is #596A23. Grayscale: #A1A1A1. Windows color (decimal): -5859876 or 14456230. OLE color: 14456230.
HSL color Cylindrical-coordinate representation of color #A695DC: hue angle of 254.37º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A695DC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 149 | 220 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.14 |
| HSL | 254.37º | 0.5% | 0.72% | - |
| HSV(B) | 254.37º | 0.32% | 0.86% | - |
| XYZ | 39.39 | 34.77 | 72.35 | - |
| YUV | 162.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 220 | 0.25 | 0.32 | 0 | 0.14 | 254.37 | 0.5 | 0.72 |
| Hex | A6 | 95 | DC | 19 | 20 | 0 | E | FE | 32 | 48 |
| Octal | 246 | 225 | 334 | 31 | 40 | 0 | 16 | 376 | 62 | 110 |
| Binary | 10100110 | 10010101 | 11011100 | 11001 | 100000 | 0 | 1110 | 11111110 | 110010 | 1001000 |
Color Harmonies of #A695DC
Complementary color
Monochromatic Colors of #A695DC
Black with #A695DC
Text Example
Text Example
White with #A695DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A695DC; }
p { color: rgb(166,149,220); }
H1.HeaderClassName
{
color: #A695DC;
}
.AnyTagClassName
{
color: #A695DC;
}
</style>
background-color css
<style>
a { background-color: #A695DC; }
a { background-color: rgb(166,149,220); }
div.DivClassName
{
background-color: #A695DC;
}
.BgClassName
{
background-color: #A695DC;
}
</style>
border-color css
<style>
span { border-color: #A695DC; }
span { border-color: rgb(166,149,220); }
td.TdClassName
{
border-color: #A695DC;
}
.TagClassName
{
border-color: #A695DC;
}
</style>