Shades of Biloba Flower #A68AD7
Tints of Biloba Flower #A68AD7
RGB
CMYK
RGB Variations
Color information
#A68AD7 (or 0xA68AD7) is known color: Biloba Flower. HEX triplet: A6, 8A and D7. RGB value is (166,138,215). Sum of RGB (Red+Green+Blue) = 166+138+215=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #A68AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68AD7 is #597528. Grayscale: #9A9A9A. Windows color (decimal): -5862697 or 14125734. OLE color: 14125734.
HSL color Cylindrical-coordinate representation of color #A68AD7: hue angle of 261.82º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A68AD7 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 138 | 215 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.16 |
| HSL | 261.82º | 0.49% | 0.69% | - |
| HSV(B) | 261.82º | 0.36% | 0.84% | - |
| XYZ | 37.08 | 31.19 | 68.36 | - |
| YUV | 155.15 | 161.78 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 215 | 0.23 | 0.36 | 0 | 0.16 | 261.82 | 0.49 | 0.69 |
| Hex | A6 | 8A | D7 | 17 | 24 | 0 | 10 | 106 | 31 | 45 |
| Octal | 246 | 212 | 327 | 27 | 44 | 0 | 20 | 406 | 61 | 105 |
| Binary | 10100110 | 10001010 | 11010111 | 10111 | 100100 | 0 | 10000 | 100000110 | 110001 | 1000101 |
Color Harmonies of #A68AD7
Complementary color
Monochromatic Colors of #A68AD7
Black with #A68AD7
Text Example
Text Example
White with #A68AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68AD7; }
p { color: rgb(166,138,215); }
H1.HeaderClassName
{
color: #A68AD7;
}
.AnyTagClassName
{
color: #A68AD7;
}
</style>
background-color css
<style>
a { background-color: #A68AD7; }
a { background-color: rgb(166,138,215); }
div.DivClassName
{
background-color: #A68AD7;
}
.BgClassName
{
background-color: #A68AD7;
}
</style>
border-color css
<style>
span { border-color: #A68AD7; }
span { border-color: rgb(166,138,215); }
td.TdClassName
{
border-color: #A68AD7;
}
.TagClassName
{
border-color: #A68AD7;
}
</style>