Shades of Biloba Flower #A68FEC
Tints of Biloba Flower #A68FEC
RGB
CMYK
RGB Variations
Color information
#A68FEC (or 0xA68FEC) is known color: Biloba Flower. HEX triplet: A6, 8F and EC. RGB value is (166,143,236). Sum of RGB (Red+Green+Blue) = 166+143+236=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #A68FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FEC is #597013. Grayscale: #A0A0A0. Windows color (decimal): -5861396 or 15503270. OLE color: 15503270.
HSL color Cylindrical-coordinate representation of color #A68FEC: hue angle of 254.84º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A68FEC is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 143 | 236 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.07 |
| HSL | 254.84º | 0.71% | 0.74% | - |
| HSV(B) | 254.84º | 0.39% | 0.93% | - |
| XYZ | 40.69 | 33.81 | 83.74 | - |
| YUV | 160.48 | 170.62 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 236 | 0.30 | 0.39 | 0 | 0.07 | 254.84 | 0.71 | 0.74 |
| Hex | A6 | 8F | EC | 1E | 27 | 0 | 7 | FF | 47 | 4A |
| Octal | 246 | 217 | 354 | 36 | 47 | 0 | 7 | 377 | 107 | 112 |
| Binary | 10100110 | 10001111 | 11101100 | 11110 | 100111 | 0 | 111 | 11111111 | 1000111 | 1001010 |
Color Harmonies of #A68FEC
Complementary color
Monochromatic Colors of #A68FEC
Black with #A68FEC
Text Example
Text Example
White with #A68FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FEC; }
p { color: rgb(166,143,236); }
H1.HeaderClassName
{
color: #A68FEC;
}
.AnyTagClassName
{
color: #A68FEC;
}
</style>
background-color css
<style>
a { background-color: #A68FEC; }
a { background-color: rgb(166,143,236); }
div.DivClassName
{
background-color: #A68FEC;
}
.BgClassName
{
background-color: #A68FEC;
}
</style>
border-color css
<style>
span { border-color: #A68FEC; }
span { border-color: rgb(166,143,236); }
td.TdClassName
{
border-color: #A68FEC;
}
.TagClassName
{
border-color: #A68FEC;
}
</style>