Shades of Biloba Flower #A685E6
Tints of Biloba Flower #A685E6
RGB
CMYK
RGB Variations
Color information
#A685E6 (or 0xA685E6) is known color: Biloba Flower. HEX triplet: A6, 85 and E6. RGB value is (166,133,230). Sum of RGB (Red+Green+Blue) = 166+133+230=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #A685E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A685E6 is #597A19. Grayscale: #999999. Windows color (decimal): -5863962 or 15107494. OLE color: 15107494.
HSL color Cylindrical-coordinate representation of color #A685E6: hue angle of 260.41º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A685E6 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 133 | 230 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.10 |
| HSL | 260.41º | 0.66% | 0.71% | - |
| HSV(B) | 260.41º | 0.42% | 0.9% | - |
| XYZ | 38.4 | 30.6 | 78.74 | - |
| YUV | 153.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 230 | 0.28 | 0.42 | 0 | 0.10 | 260.41 | 0.66 | 0.71 |
| Hex | A6 | 85 | E6 | 1C | 2A | 0 | A | 104 | 42 | 47 |
| Octal | 246 | 205 | 346 | 34 | 52 | 0 | 12 | 404 | 102 | 107 |
| Binary | 10100110 | 10000101 | 11100110 | 11100 | 101010 | 0 | 1010 | 100000100 | 1000010 | 1000111 |
Color Harmonies of #A685E6
Complementary color
Monochromatic Colors of #A685E6
Black with #A685E6
Text Example
Text Example
White with #A685E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A685E6; }
p { color: rgb(166,133,230); }
H1.HeaderClassName
{
color: #A685E6;
}
.AnyTagClassName
{
color: #A685E6;
}
</style>
background-color css
<style>
a { background-color: #A685E6; }
a { background-color: rgb(166,133,230); }
div.DivClassName
{
background-color: #A685E6;
}
.BgClassName
{
background-color: #A685E6;
}
</style>
border-color css
<style>
span { border-color: #A685E6; }
span { border-color: rgb(166,133,230); }
td.TdClassName
{
border-color: #A685E6;
}
.TagClassName
{
border-color: #A685E6;
}
</style>