Shades of Biloba Flower #A68FF0
Tints of Biloba Flower #A68FF0
RGB
CMYK
RGB Variations
Color information
#A68FF0 (or 0xA68FF0) is known color: Biloba Flower. HEX triplet: A6, 8F and F0. RGB value is (166,143,240). Sum of RGB (Red+Green+Blue) = 166+143+240=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #A68FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FF0 is #59700F. Grayscale: #A0A0A0. Windows color (decimal): -5861392 or 15765414. OLE color: 15765414.
HSL color Cylindrical-coordinate representation of color #A68FF0: hue angle of 254.23º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68FF0 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 143 | 240 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.06 |
| HSL | 254.23º | 0.76% | 0.75% | - |
| HSV(B) | 254.23º | 0.4% | 0.94% | - |
| XYZ | 41.28 | 34.04 | 86.83 | - |
| YUV | 160.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 240 | 0.31 | 0.40 | 0 | 0.06 | 254.23 | 0.76 | 0.75 |
| Hex | A6 | 8F | F0 | 1F | 28 | 0 | 6 | FE | 4C | 4B |
| Octal | 246 | 217 | 360 | 37 | 50 | 0 | 6 | 376 | 114 | 113 |
| Binary | 10100110 | 10001111 | 11110000 | 11111 | 101000 | 0 | 110 | 11111110 | 1001100 | 1001011 |
Color Harmonies of #A68FF0
Complementary color
Monochromatic Colors of #A68FF0
Black with #A68FF0
Text Example
Text Example
White with #A68FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FF0; }
p { color: rgb(166,143,240); }
H1.HeaderClassName
{
color: #A68FF0;
}
.AnyTagClassName
{
color: #A68FF0;
}
</style>
background-color css
<style>
a { background-color: #A68FF0; }
a { background-color: rgb(166,143,240); }
div.DivClassName
{
background-color: #A68FF0;
}
.BgClassName
{
background-color: #A68FF0;
}
</style>
border-color css
<style>
span { border-color: #A68FF0; }
span { border-color: rgb(166,143,240); }
td.TdClassName
{
border-color: #A68FF0;
}
.TagClassName
{
border-color: #A68FF0;
}
</style>