Shades of Biloba Flower #A685E0
Tints of Biloba Flower #A685E0
RGB
CMYK
RGB Variations
Color information
#A685E0 (or 0xA685E0) is known color: Biloba Flower. HEX triplet: A6, 85 and E0. RGB value is (166,133,224). Sum of RGB (Red+Green+Blue) = 166+133+224=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #A685E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685E0 is #597A1F. Grayscale: #989898. Windows color (decimal): -5863968 or 14714278. OLE color: 14714278.
HSL color Cylindrical-coordinate representation of color #A685E0: hue angle of 261.76º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A685E0 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 133 | 224 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.12 |
| HSL | 261.76º | 0.59% | 0.7% | - |
| HSV(B) | 261.76º | 0.41% | 0.88% | - |
| XYZ | 37.57 | 30.26 | 74.38 | - |
| YUV | 153.24 | 167.93 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 224 | 0.26 | 0.41 | 0 | 0.12 | 261.76 | 0.59 | 0.7 |
| Hex | A6 | 85 | E0 | 1A | 29 | 0 | C | 106 | 3B | 46 |
| Octal | 246 | 205 | 340 | 32 | 51 | 0 | 14 | 406 | 73 | 106 |
| Binary | 10100110 | 10000101 | 11100000 | 11010 | 101001 | 0 | 1100 | 100000110 | 111011 | 1000110 |
Color Harmonies of #A685E0
Complementary color
Monochromatic Colors of #A685E0
Black with #A685E0
Text Example
Text Example
White with #A685E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A685E0; }
p { color: rgb(166,133,224); }
H1.HeaderClassName
{
color: #A685E0;
}
.AnyTagClassName
{
color: #A685E0;
}
</style>
background-color css
<style>
a { background-color: #A685E0; }
a { background-color: rgb(166,133,224); }
div.DivClassName
{
background-color: #A685E0;
}
.BgClassName
{
background-color: #A685E0;
}
</style>
border-color css
<style>
span { border-color: #A685E0; }
span { border-color: rgb(166,133,224); }
td.TdClassName
{
border-color: #A685E0;
}
.TagClassName
{
border-color: #A685E0;
}
</style>