Shades of Biloba Flower #A68FD4
Tints of Biloba Flower #A68FD4
RGB
CMYK
RGB Variations
Color information
#A68FD4 (or 0xA68FD4) is known color: Biloba Flower. HEX triplet: A6, 8F and D4. RGB value is (166,143,212). Sum of RGB (Red+Green+Blue) = 166+143+212=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 212 - color contains mainly: blue. Hex color #A68FD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FD4 is #59702B. Grayscale: #9D9D9D. Windows color (decimal): -5861420 or 13930406. OLE color: 13930406.
HSL color Cylindrical-coordinate representation of color #A68FD4: hue angle of 260º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A68FD4 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 143 | 212 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.17 |
| HSL | 260º | 0.45% | 0.7% | - |
| HSV(B) | 260º | 0.33% | 0.83% | - |
| XYZ | 37.43 | 32.51 | 66.59 | - |
| YUV | 157.74 | 158.62 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 212 | 0.22 | 0.33 | 0 | 0.17 | 260 | 0.45 | 0.7 |
| Hex | A6 | 8F | D4 | 16 | 21 | 0 | 11 | 104 | 2D | 46 |
| Octal | 246 | 217 | 324 | 26 | 41 | 0 | 21 | 404 | 55 | 106 |
| Binary | 10100110 | 10001111 | 11010100 | 10110 | 100001 | 0 | 10001 | 100000100 | 101101 | 1000110 |
Color Harmonies of #A68FD4
Complementary color
Monochromatic Colors of #A68FD4
Black with #A68FD4
Text Example
Text Example
White with #A68FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FD4; }
p { color: rgb(166,143,212); }
H1.HeaderClassName
{
color: #A68FD4;
}
.AnyTagClassName
{
color: #A68FD4;
}
</style>
background-color css
<style>
a { background-color: #A68FD4; }
a { background-color: rgb(166,143,212); }
div.DivClassName
{
background-color: #A68FD4;
}
.BgClassName
{
background-color: #A68FD4;
}
</style>
border-color css
<style>
span { border-color: #A68FD4; }
span { border-color: rgb(166,143,212); }
td.TdClassName
{
border-color: #A68FD4;
}
.TagClassName
{
border-color: #A68FD4;
}
</style>