Shades of Biloba Flower #A685E8
Tints of Biloba Flower #A685E8
RGB
CMYK
RGB Variations
Color information
#A685E8 (or 0xA685E8) is known color: Biloba Flower. HEX triplet: A6, 85 and E8. RGB value is (166,133,232). Sum of RGB (Red+Green+Blue) = 166+133+232=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 232 - color contains mainly: blue. Hex color #A685E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A685E8 is #597A17. Grayscale: #999999. Windows color (decimal): -5863960 or 15238566. OLE color: 15238566.
HSL color Cylindrical-coordinate representation of color #A685E8: hue angle of 260º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A685E8 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 133 | 232 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.09 |
| HSL | 260º | 0.68% | 0.72% | - |
| HSV(B) | 260º | 0.43% | 0.91% | - |
| XYZ | 38.68 | 30.71 | 80.23 | - |
| YUV | 154.15 | 171.93 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 232 | 0.28 | 0.43 | 0 | 0.09 | 260 | 0.68 | 0.72 |
| Hex | A6 | 85 | E8 | 1C | 2B | 0 | 9 | 104 | 44 | 48 |
| Octal | 246 | 205 | 350 | 34 | 53 | 0 | 11 | 404 | 104 | 110 |
| Binary | 10100110 | 10000101 | 11101000 | 11100 | 101011 | 0 | 1001 | 100000100 | 1000100 | 1001000 |
Color Harmonies of #A685E8
Complementary color
Monochromatic Colors of #A685E8
Black with #A685E8
Text Example
Text Example
White with #A685E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A685E8; }
p { color: rgb(166,133,232); }
H1.HeaderClassName
{
color: #A685E8;
}
.AnyTagClassName
{
color: #A685E8;
}
</style>
background-color css
<style>
a { background-color: #A685E8; }
a { background-color: rgb(166,133,232); }
div.DivClassName
{
background-color: #A685E8;
}
.BgClassName
{
background-color: #A685E8;
}
</style>
border-color css
<style>
span { border-color: #A685E8; }
span { border-color: rgb(166,133,232); }
td.TdClassName
{
border-color: #A685E8;
}
.TagClassName
{
border-color: #A685E8;
}
</style>