Shades of Biloba Flower #A68CE1
Tints of Biloba Flower #A68CE1
RGB
CMYK
RGB Variations
Color information
#A68CE1 (or 0xA68CE1) is known color: Biloba Flower. HEX triplet: A6, 8C and E1. RGB value is (166,140,225). Sum of RGB (Red+Green+Blue) = 166+140+225=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #A68CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CE1 is #59731E. Grayscale: #9D9D9D. Windows color (decimal): -5862175 or 14781606. OLE color: 14781606.
HSL color Cylindrical-coordinate representation of color #A68CE1: hue angle of 258.35º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A68CE1 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 140 | 225 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.12 |
| HSL | 258.35º | 0.59% | 0.72% | - |
| HSV(B) | 258.35º | 0.38% | 0.88% | - |
| XYZ | 38.69 | 32.3 | 75.43 | - |
| YUV | 157.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 225 | 0.26 | 0.38 | 0 | 0.12 | 258.35 | 0.59 | 0.72 |
| Hex | A6 | 8C | E1 | 1A | 26 | 0 | C | 102 | 3B | 48 |
| Octal | 246 | 214 | 341 | 32 | 46 | 0 | 14 | 402 | 73 | 110 |
| Binary | 10100110 | 10001100 | 11100001 | 11010 | 100110 | 0 | 1100 | 100000010 | 111011 | 1001000 |
Color Harmonies of #A68CE1
Complementary color
Monochromatic Colors of #A68CE1
Black with #A68CE1
Text Example
Text Example
White with #A68CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68CE1; }
p { color: rgb(166,140,225); }
H1.HeaderClassName
{
color: #A68CE1;
}
.AnyTagClassName
{
color: #A68CE1;
}
</style>
background-color css
<style>
a { background-color: #A68CE1; }
a { background-color: rgb(166,140,225); }
div.DivClassName
{
background-color: #A68CE1;
}
.BgClassName
{
background-color: #A68CE1;
}
</style>
border-color css
<style>
span { border-color: #A68CE1; }
span { border-color: rgb(166,140,225); }
td.TdClassName
{
border-color: #A68CE1;
}
.TagClassName
{
border-color: #A68CE1;
}
</style>