Shades of Biloba Flower #A68EEE
Tints of Biloba Flower #A68EEE
RGB
CMYK
RGB Variations
Color information
#A68EEE (or 0xA68EEE) is known color: Biloba Flower. HEX triplet: A6, 8E and EE. RGB value is (166,142,238). Sum of RGB (Red+Green+Blue) = 166+142+238=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #A68EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EEE is #597111. Grayscale: #9F9F9F. Windows color (decimal): -5861650 or 15634086. OLE color: 15634086.
HSL color Cylindrical-coordinate representation of color #A68EEE: hue angle of 255º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68EEE is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 142 | 238 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.07 |
| HSL | 255º | 0.74% | 0.75% | - |
| HSV(B) | 255º | 0.4% | 0.93% | - |
| XYZ | 40.83 | 33.63 | 85.23 | - |
| YUV | 160.12 | 171.95 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 238 | 0.30 | 0.40 | 0 | 0.07 | 255 | 0.74 | 0.75 |
| Hex | A6 | 8E | EE | 1E | 28 | 0 | 7 | FF | 4A | 4B |
| Octal | 246 | 216 | 356 | 36 | 50 | 0 | 7 | 377 | 112 | 113 |
| Binary | 10100110 | 10001110 | 11101110 | 11110 | 101000 | 0 | 111 | 11111111 | 1001010 | 1001011 |
Color Harmonies of #A68EEE
Complementary color
Monochromatic Colors of #A68EEE
Black with #A68EEE
Text Example
Text Example
White with #A68EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EEE; }
p { color: rgb(166,142,238); }
H1.HeaderClassName
{
color: #A68EEE;
}
.AnyTagClassName
{
color: #A68EEE;
}
</style>
background-color css
<style>
a { background-color: #A68EEE; }
a { background-color: rgb(166,142,238); }
div.DivClassName
{
background-color: #A68EEE;
}
.BgClassName
{
background-color: #A68EEE;
}
</style>
border-color css
<style>
span { border-color: #A68EEE; }
span { border-color: rgb(166,142,238); }
td.TdClassName
{
border-color: #A68EEE;
}
.TagClassName
{
border-color: #A68EEE;
}
</style>