Shades of Biloba Flower #A685DC
Tints of Biloba Flower #A685DC
RGB
CMYK
RGB Variations
Color information
#A685DC (or 0xA685DC) is known color: Biloba Flower. HEX triplet: A6, 85 and DC. RGB value is (166,133,220). Sum of RGB (Red+Green+Blue) = 166+133+220=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #A685DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685DC is #597A23. Grayscale: #989898. Windows color (decimal): -5863972 or 14452134. OLE color: 14452134.
HSL color Cylindrical-coordinate representation of color #A685DC: hue angle of 262.76º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A685DC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 133 | 220 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.14 |
| HSL | 262.76º | 0.55% | 0.69% | - |
| HSV(B) | 262.76º | 0.4% | 0.86% | - |
| XYZ | 37.03 | 30.05 | 71.56 | - |
| YUV | 152.79 | 165.93 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 220 | 0.25 | 0.40 | 0 | 0.14 | 262.76 | 0.55 | 0.69 |
| Hex | A6 | 85 | DC | 19 | 28 | 0 | E | 107 | 37 | 45 |
| Octal | 246 | 205 | 334 | 31 | 50 | 0 | 16 | 407 | 67 | 105 |
| Binary | 10100110 | 10000101 | 11011100 | 11001 | 101000 | 0 | 1110 | 100000111 | 110111 | 1000101 |
Color Harmonies of #A685DC
Complementary color
Monochromatic Colors of #A685DC
Black with #A685DC
Text Example
Text Example
White with #A685DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A685DC; }
p { color: rgb(166,133,220); }
H1.HeaderClassName
{
color: #A685DC;
}
.AnyTagClassName
{
color: #A685DC;
}
</style>
background-color css
<style>
a { background-color: #A685DC; }
a { background-color: rgb(166,133,220); }
div.DivClassName
{
background-color: #A685DC;
}
.BgClassName
{
background-color: #A685DC;
}
</style>
border-color css
<style>
span { border-color: #A685DC; }
span { border-color: rgb(166,133,220); }
td.TdClassName
{
border-color: #A685DC;
}
.TagClassName
{
border-color: #A685DC;
}
</style>