Shades of Biloba Flower #A68FEE
Tints of Biloba Flower #A68FEE
RGB
CMYK
RGB Variations
Color information
#A68FEE (or 0xA68FEE) is known color: Biloba Flower. HEX triplet: A6, 8F and EE. RGB value is (166,143,238). Sum of RGB (Red+Green+Blue) = 166+143+238=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #A68FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FEE is #597011. Grayscale: #A0A0A0. Windows color (decimal): -5861394 or 15634342. OLE color: 15634342.
HSL color Cylindrical-coordinate representation of color #A68FEE: hue angle of 254.53º 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 #A68FEE is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 143 | 238 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.07 |
| HSL | 254.53º | 0.74% | 0.75% | - |
| HSV(B) | 254.53º | 0.4% | 0.93% | - |
| XYZ | 40.98 | 33.92 | 85.28 | - |
| YUV | 160.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 238 | 0.30 | 0.40 | 0 | 0.07 | 254.53 | 0.74 | 0.75 |
| Hex | A6 | 8F | EE | 1E | 28 | 0 | 7 | FF | 4A | 4B |
| Octal | 246 | 217 | 356 | 36 | 50 | 0 | 7 | 377 | 112 | 113 |
| Binary | 10100110 | 10001111 | 11101110 | 11110 | 101000 | 0 | 111 | 11111111 | 1001010 | 1001011 |
Color Harmonies of #A68FEE
Complementary color
Monochromatic Colors of #A68FEE
Black with #A68FEE
Text Example
Text Example
White with #A68FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FEE; }
p { color: rgb(166,143,238); }
H1.HeaderClassName
{
color: #A68FEE;
}
.AnyTagClassName
{
color: #A68FEE;
}
</style>
background-color css
<style>
a { background-color: #A68FEE; }
a { background-color: rgb(166,143,238); }
div.DivClassName
{
background-color: #A68FEE;
}
.BgClassName
{
background-color: #A68FEE;
}
</style>
border-color css
<style>
span { border-color: #A68FEE; }
span { border-color: rgb(166,143,238); }
td.TdClassName
{
border-color: #A68FEE;
}
.TagClassName
{
border-color: #A68FEE;
}
</style>