Shades of Biloba Flower #A68FF3
Tints of Biloba Flower #A68FF3
RGB
CMYK
RGB Variations
Color information
#A68FF3 (or 0xA68FF3) is known color: Biloba Flower. HEX triplet: A6, 8F and F3. RGB value is (166,143,243). Sum of RGB (Red+Green+Blue) = 166+143+243=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #A68FF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FF3 is #59700C. Grayscale: #A0A0A0. Windows color (decimal): -5861389 or 15962022. OLE color: 15962022.
HSL color Cylindrical-coordinate representation of color #A68FF3: hue angle of 253.8º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68FF3 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 143 | 243 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.05 |
| HSL | 253.8º | 0.81% | 0.76% | - |
| HSV(B) | 253.8º | 0.41% | 0.95% | - |
| XYZ | 41.73 | 34.22 | 89.2 | - |
| YUV | 161.28 | 174.12 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 243 | 0.32 | 0.41 | 0 | 0.05 | 253.8 | 0.81 | 0.76 |
| Hex | A6 | 8F | F3 | 20 | 29 | 0 | 5 | FE | 51 | 4C |
| Octal | 246 | 217 | 363 | 40 | 51 | 0 | 5 | 376 | 121 | 114 |
| Binary | 10100110 | 10001111 | 11110011 | 100000 | 101001 | 0 | 101 | 11111110 | 1010001 | 1001100 |
Color Harmonies of #A68FF3
Complementary color
Monochromatic Colors of #A68FF3
Black with #A68FF3
Text Example
Text Example
White with #A68FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FF3; }
p { color: rgb(166,143,243); }
H1.HeaderClassName
{
color: #A68FF3;
}
.AnyTagClassName
{
color: #A68FF3;
}
</style>
background-color css
<style>
a { background-color: #A68FF3; }
a { background-color: rgb(166,143,243); }
div.DivClassName
{
background-color: #A68FF3;
}
.BgClassName
{
background-color: #A68FF3;
}
</style>
border-color css
<style>
span { border-color: #A68FF3; }
span { border-color: rgb(166,143,243); }
td.TdClassName
{
border-color: #A68FF3;
}
.TagClassName
{
border-color: #A68FF3;
}
</style>