Shades of Biloba Flower #A68FEA
Tints of Biloba Flower #A68FEA
RGB
CMYK
RGB Variations
Color information
#A68FEA (or 0xA68FEA) is known color: Biloba Flower. HEX triplet: A6, 8F and EA. RGB value is (166,143,234). Sum of RGB (Red+Green+Blue) = 166+143+234=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #A68FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FEA is #597015. Grayscale: #9F9F9F. Windows color (decimal): -5861398 or 15372198. OLE color: 15372198.
HSL color Cylindrical-coordinate representation of color #A68FEA: hue angle of 255.16º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A68FEA is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 143 | 234 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.08 |
| HSL | 255.16º | 0.68% | 0.74% | - |
| HSV(B) | 255.16º | 0.39% | 0.92% | - |
| XYZ | 40.4 | 33.69 | 82.22 | - |
| YUV | 160.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 234 | 0.29 | 0.39 | 0 | 0.08 | 255.16 | 0.68 | 0.74 |
| Hex | A6 | 8F | EA | 1D | 27 | 0 | 8 | FF | 44 | 4A |
| Octal | 246 | 217 | 352 | 35 | 47 | 0 | 10 | 377 | 104 | 112 |
| Binary | 10100110 | 10001111 | 11101010 | 11101 | 100111 | 0 | 1000 | 11111111 | 1000100 | 1001010 |
Color Harmonies of #A68FEA
Complementary color
Monochromatic Colors of #A68FEA
Black with #A68FEA
Text Example
Text Example
White with #A68FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FEA; }
p { color: rgb(166,143,234); }
H1.HeaderClassName
{
color: #A68FEA;
}
.AnyTagClassName
{
color: #A68FEA;
}
</style>
background-color css
<style>
a { background-color: #A68FEA; }
a { background-color: rgb(166,143,234); }
div.DivClassName
{
background-color: #A68FEA;
}
.BgClassName
{
background-color: #A68FEA;
}
</style>
border-color css
<style>
span { border-color: #A68FEA; }
span { border-color: rgb(166,143,234); }
td.TdClassName
{
border-color: #A68FEA;
}
.TagClassName
{
border-color: #A68FEA;
}
</style>