Shades of Biloba Flower #A68AEE
Tints of Biloba Flower #A68AEE
RGB
CMYK
RGB Variations
Color information
#A68AEE (or 0xA68AEE) is known color: Biloba Flower. HEX triplet: A6, 8A and EE. RGB value is (166,138,238). Sum of RGB (Red+Green+Blue) = 166+138+238=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #A68AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68AEE is #597511. Grayscale: #9D9D9D. Windows color (decimal): -5862674 or 15633062. OLE color: 15633062.
HSL color Cylindrical-coordinate representation of color #A68AEE: hue angle of 256.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68AEE is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 138 | 238 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.07 |
| HSL | 256.8º | 0.75% | 0.74% | - |
| HSV(B) | 256.8º | 0.42% | 0.93% | - |
| XYZ | 40.25 | 32.46 | 85.03 | - |
| YUV | 157.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 238 | 0.30 | 0.42 | 0 | 0.07 | 256.8 | 0.75 | 0.74 |
| Hex | A6 | 8A | EE | 1E | 2A | 0 | 7 | 101 | 4B | 4A |
| Octal | 246 | 212 | 356 | 36 | 52 | 0 | 7 | 401 | 113 | 112 |
| Binary | 10100110 | 10001010 | 11101110 | 11110 | 101010 | 0 | 111 | 100000001 | 1001011 | 1001010 |
Color Harmonies of #A68AEE
Complementary color
Monochromatic Colors of #A68AEE
Black with #A68AEE
Text Example
Text Example
White with #A68AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68AEE; }
p { color: rgb(166,138,238); }
H1.HeaderClassName
{
color: #A68AEE;
}
.AnyTagClassName
{
color: #A68AEE;
}
</style>
background-color css
<style>
a { background-color: #A68AEE; }
a { background-color: rgb(166,138,238); }
div.DivClassName
{
background-color: #A68AEE;
}
.BgClassName
{
background-color: #A68AEE;
}
</style>
border-color css
<style>
span { border-color: #A68AEE; }
span { border-color: rgb(166,138,238); }
td.TdClassName
{
border-color: #A68AEE;
}
.TagClassName
{
border-color: #A68AEE;
}
</style>