Shades of Biloba Flower #A68EF2
Tints of Biloba Flower #A68EF2
RGB
CMYK
RGB Variations
Color information
#A68EF2 (or 0xA68EF2) is known color: Biloba Flower. HEX triplet: A6, 8E and F2. RGB value is (166,142,242). Sum of RGB (Red+Green+Blue) = 166+142+242=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #A68EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EF2 is #59710D. Grayscale: #A0A0A0. Windows color (decimal): -5861646 or 15896230. OLE color: 15896230.
HSL color Cylindrical-coordinate representation of color #A68EF2: hue angle of 254.4º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68EF2 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 142 | 242 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.05 |
| HSL | 254.4º | 0.79% | 0.75% | - |
| HSV(B) | 254.4º | 0.41% | 0.95% | - |
| XYZ | 41.43 | 33.86 | 88.36 | - |
| YUV | 160.58 | 173.95 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 242 | 0.31 | 0.41 | 0 | 0.05 | 254.4 | 0.79 | 0.75 |
| Hex | A6 | 8E | F2 | 1F | 29 | 0 | 5 | FE | 4F | 4B |
| Octal | 246 | 216 | 362 | 37 | 51 | 0 | 5 | 376 | 117 | 113 |
| Binary | 10100110 | 10001110 | 11110010 | 11111 | 101001 | 0 | 101 | 11111110 | 1001111 | 1001011 |
Color Harmonies of #A68EF2
Complementary color
Monochromatic Colors of #A68EF2
Black with #A68EF2
Text Example
Text Example
White with #A68EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EF2; }
p { color: rgb(166,142,242); }
H1.HeaderClassName
{
color: #A68EF2;
}
.AnyTagClassName
{
color: #A68EF2;
}
</style>
background-color css
<style>
a { background-color: #A68EF2; }
a { background-color: rgb(166,142,242); }
div.DivClassName
{
background-color: #A68EF2;
}
.BgClassName
{
background-color: #A68EF2;
}
</style>
border-color css
<style>
span { border-color: #A68EF2; }
span { border-color: rgb(166,142,242); }
td.TdClassName
{
border-color: #A68EF2;
}
.TagClassName
{
border-color: #A68EF2;
}
</style>