Shades of Biloba Flower #A685D3
Tints of Biloba Flower #A685D3
RGB
CMYK
RGB Variations
Color information
#A685D3 (or 0xA685D3) is known color: Biloba Flower. HEX triplet: A6, 85 and D3. RGB value is (166,133,211). Sum of RGB (Red+Green+Blue) = 166+133+211=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #A685D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685D3 is #597A2C. Grayscale: #979797. Windows color (decimal): -5863981 or 13862310. OLE color: 13862310.
HSL color Cylindrical-coordinate representation of color #A685D3: hue angle of 265.38º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A685D3 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 133 | 211 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.17 |
| HSL | 265.38º | 0.47% | 0.67% | - |
| HSV(B) | 265.38º | 0.37% | 0.83% | - |
| XYZ | 35.87 | 29.59 | 65.45 | - |
| YUV | 151.76 | 161.43 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 211 | 0.21 | 0.37 | 0 | 0.17 | 265.38 | 0.47 | 0.67 |
| Hex | A6 | 85 | D3 | 15 | 25 | 0 | 11 | 109 | 2F | 43 |
| Octal | 246 | 205 | 323 | 25 | 45 | 0 | 21 | 411 | 57 | 103 |
| Binary | 10100110 | 10000101 | 11010011 | 10101 | 100101 | 0 | 10001 | 100001001 | 101111 | 1000011 |
Color Harmonies of #A685D3
Complementary color
Monochromatic Colors of #A685D3
Black with #A685D3
Text Example
Text Example
White with #A685D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A685D3; }
p { color: rgb(166,133,211); }
H1.HeaderClassName
{
color: #A685D3;
}
.AnyTagClassName
{
color: #A685D3;
}
</style>
background-color css
<style>
a { background-color: #A685D3; }
a { background-color: rgb(166,133,211); }
div.DivClassName
{
background-color: #A685D3;
}
.BgClassName
{
background-color: #A685D3;
}
</style>
border-color css
<style>
span { border-color: #A685D3; }
span { border-color: rgb(166,133,211); }
td.TdClassName
{
border-color: #A685D3;
}
.TagClassName
{
border-color: #A685D3;
}
</style>