Shades of Biloba Flower #A68EDB
Tints of Biloba Flower #A68EDB
RGB
CMYK
RGB Variations
Color information
#A68EDB (or 0xA68EDB) is known color: Biloba Flower. HEX triplet: A6, 8E and DB. RGB value is (166,142,219). Sum of RGB (Red+Green+Blue) = 166+142+219=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #A68EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68EDB is #597124. Grayscale: #9D9D9D. Windows color (decimal): -5861669 or 14388902. OLE color: 14388902.
HSL color Cylindrical-coordinate representation of color #A68EDB: hue angle of 258.7º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A68EDB is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 142 | 219 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.14 |
| HSL | 258.7º | 0.52% | 0.71% | - |
| HSV(B) | 258.7º | 0.35% | 0.86% | - |
| XYZ | 38.19 | 32.57 | 71.29 | - |
| YUV | 157.95 | 162.45 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 219 | 0.24 | 0.35 | 0 | 0.14 | 258.7 | 0.52 | 0.71 |
| Hex | A6 | 8E | DB | 18 | 23 | 0 | E | 103 | 34 | 47 |
| Octal | 246 | 216 | 333 | 30 | 43 | 0 | 16 | 403 | 64 | 107 |
| Binary | 10100110 | 10001110 | 11011011 | 11000 | 100011 | 0 | 1110 | 100000011 | 110100 | 1000111 |
Color Harmonies of #A68EDB
Complementary color
Monochromatic Colors of #A68EDB
Black with #A68EDB
Text Example
Text Example
White with #A68EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EDB; }
p { color: rgb(166,142,219); }
H1.HeaderClassName
{
color: #A68EDB;
}
.AnyTagClassName
{
color: #A68EDB;
}
</style>
background-color css
<style>
a { background-color: #A68EDB; }
a { background-color: rgb(166,142,219); }
div.DivClassName
{
background-color: #A68EDB;
}
.BgClassName
{
background-color: #A68EDB;
}
</style>
border-color css
<style>
span { border-color: #A68EDB; }
span { border-color: rgb(166,142,219); }
td.TdClassName
{
border-color: #A68EDB;
}
.TagClassName
{
border-color: #A68EDB;
}
</style>