Shades of Biloba Flower #A68BE5
Tints of Biloba Flower #A68BE5
RGB
CMYK
RGB Variations
Color information
#A68BE5 (or 0xA68BE5) is known color: Biloba Flower. HEX triplet: A6, 8B and E5. RGB value is (166,139,229). Sum of RGB (Red+Green+Blue) = 166+139+229=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #A68BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BE5 is #59741A. Grayscale: #9D9D9D. Windows color (decimal): -5862427 or 15043494. OLE color: 15043494.
HSL color Cylindrical-coordinate representation of color #A68BE5: hue angle of 258º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A68BE5 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 139 | 229 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.10 |
| HSL | 258º | 0.63% | 0.72% | - |
| HSV(B) | 258º | 0.39% | 0.9% | - |
| XYZ | 39.1 | 32.23 | 78.29 | - |
| YUV | 157.33 | 168.45 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 229 | 0.28 | 0.39 | 0 | 0.10 | 258 | 0.63 | 0.72 |
| Hex | A6 | 8B | E5 | 1C | 27 | 0 | A | 102 | 3F | 48 |
| Octal | 246 | 213 | 345 | 34 | 47 | 0 | 12 | 402 | 77 | 110 |
| Binary | 10100110 | 10001011 | 11100101 | 11100 | 100111 | 0 | 1010 | 100000010 | 111111 | 1001000 |
Color Harmonies of #A68BE5
Complementary color
Monochromatic Colors of #A68BE5
Black with #A68BE5
Text Example
Text Example
White with #A68BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68BE5; }
p { color: rgb(166,139,229); }
H1.HeaderClassName
{
color: #A68BE5;
}
.AnyTagClassName
{
color: #A68BE5;
}
</style>
background-color css
<style>
a { background-color: #A68BE5; }
a { background-color: rgb(166,139,229); }
div.DivClassName
{
background-color: #A68BE5;
}
.BgClassName
{
background-color: #A68BE5;
}
</style>
border-color css
<style>
span { border-color: #A68BE5; }
span { border-color: rgb(166,139,229); }
td.TdClassName
{
border-color: #A68BE5;
}
.TagClassName
{
border-color: #A68BE5;
}
</style>