Shades of Biloba Flower #A68EF4
Tints of Biloba Flower #A68EF4
RGB
CMYK
RGB Variations
Color information
#A68EF4 (or 0xA68EF4) is known color: Biloba Flower. HEX triplet: A6, 8E and F4. RGB value is (166,142,244). Sum of RGB (Red+Green+Blue) = 166+142+244=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 244 (95.70% from 255 or 44.20% from 552); Max value from RGB is 244 - color contains mainly: blue. Hex color #A68EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EF4 is #59710B. Grayscale: #A0A0A0. Windows color (decimal): -5861644 or 16027302. OLE color: 16027302.
HSL color Cylindrical-coordinate representation of color #A68EF4: hue angle of 254.12º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68EF4 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 142 | 244 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.04 |
| HSL | 254.12º | 0.82% | 0.76% | - |
| HSV(B) | 254.12º | 0.42% | 0.96% | - |
| XYZ | 41.73 | 33.98 | 89.95 | - |
| YUV | 160.8 | 174.95 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 244 | 0.32 | 0.42 | 0 | 0.04 | 254.12 | 0.82 | 0.76 |
| Hex | A6 | 8E | F4 | 20 | 2A | 0 | 4 | FE | 52 | 4C |
| Octal | 246 | 216 | 364 | 40 | 52 | 0 | 4 | 376 | 122 | 114 |
| Binary | 10100110 | 10001110 | 11110100 | 100000 | 101010 | 0 | 100 | 11111110 | 1010010 | 1001100 |
Color Harmonies of #A68EF4
Complementary color
Monochromatic Colors of #A68EF4
Black with #A68EF4
Text Example
Text Example
White with #A68EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EF4; }
p { color: rgb(166,142,244); }
H1.HeaderClassName
{
color: #A68EF4;
}
.AnyTagClassName
{
color: #A68EF4;
}
</style>
background-color css
<style>
a { background-color: #A68EF4; }
a { background-color: rgb(166,142,244); }
div.DivClassName
{
background-color: #A68EF4;
}
.BgClassName
{
background-color: #A68EF4;
}
</style>
border-color css
<style>
span { border-color: #A68EF4; }
span { border-color: rgb(166,142,244); }
td.TdClassName
{
border-color: #A68EF4;
}
.TagClassName
{
border-color: #A68EF4;
}
</style>