Shades of Biloba Flower #A685D5
Tints of Biloba Flower #A685D5
RGB
CMYK
RGB Variations
Color information
#A685D5 (or 0xA685D5) is known color: Biloba Flower. HEX triplet: A6, 85 and D5. RGB value is (166,133,213). Sum of RGB (Red+Green+Blue) = 166+133+213=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #A685D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685D5 is #597A2A. Grayscale: #979797. Windows color (decimal): -5863979 or 13993382. OLE color: 13993382.
HSL color Cylindrical-coordinate representation of color #A685D5: hue angle of 264.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A685D5 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 133 | 213 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.16 |
| HSL | 264.75º | 0.49% | 0.68% | - |
| HSV(B) | 264.75º | 0.38% | 0.84% | - |
| XYZ | 36.12 | 29.69 | 66.78 | - |
| YUV | 151.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 213 | 0.22 | 0.38 | 0 | 0.16 | 264.75 | 0.49 | 0.68 |
| Hex | A6 | 85 | D5 | 16 | 26 | 0 | 10 | 109 | 31 | 44 |
| Octal | 246 | 205 | 325 | 26 | 46 | 0 | 20 | 411 | 61 | 104 |
| Binary | 10100110 | 10000101 | 11010101 | 10110 | 100110 | 0 | 10000 | 100001001 | 110001 | 1000100 |
Color Harmonies of #A685D5
Complementary color
Monochromatic Colors of #A685D5
Black with #A685D5
Text Example
Text Example
White with #A685D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A685D5; }
p { color: rgb(166,133,213); }
H1.HeaderClassName
{
color: #A685D5;
}
.AnyTagClassName
{
color: #A685D5;
}
</style>
background-color css
<style>
a { background-color: #A685D5; }
a { background-color: rgb(166,133,213); }
div.DivClassName
{
background-color: #A685D5;
}
.BgClassName
{
background-color: #A685D5;
}
</style>
border-color css
<style>
span { border-color: #A685D5; }
span { border-color: rgb(166,133,213); }
td.TdClassName
{
border-color: #A685D5;
}
.TagClassName
{
border-color: #A685D5;
}
</style>