Shades of Biloba Flower #A684D8
Tints of Biloba Flower #A684D8
RGB
CMYK
RGB Variations
Color information
#A684D8 (or 0xA684D8) is known color: Biloba Flower. HEX triplet: A6, 84 and D8. RGB value is (166,132,216). Sum of RGB (Red+Green+Blue) = 166+132+216=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #A684D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684D8 is #597B27. Grayscale: #979797. Windows color (decimal): -5864232 or 14189734. OLE color: 14189734.
HSL color Cylindrical-coordinate representation of color #A684D8: hue angle of 264.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A684D8 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 132 | 216 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.15 |
| HSL | 264.29º | 0.52% | 0.68% | - |
| HSV(B) | 264.29º | 0.39% | 0.85% | - |
| XYZ | 36.37 | 29.57 | 68.76 | - |
| YUV | 151.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 216 | 0.23 | 0.39 | 0 | 0.15 | 264.29 | 0.52 | 0.68 |
| Hex | A6 | 84 | D8 | 17 | 27 | 0 | F | 108 | 34 | 44 |
| Octal | 246 | 204 | 330 | 27 | 47 | 0 | 17 | 410 | 64 | 104 |
| Binary | 10100110 | 10000100 | 11011000 | 10111 | 100111 | 0 | 1111 | 100001000 | 110100 | 1000100 |
Color Harmonies of #A684D8
Complementary color
Monochromatic Colors of #A684D8
Black with #A684D8
Text Example
Text Example
White with #A684D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A684D8; }
p { color: rgb(166,132,216); }
H1.HeaderClassName
{
color: #A684D8;
}
.AnyTagClassName
{
color: #A684D8;
}
</style>
background-color css
<style>
a { background-color: #A684D8; }
a { background-color: rgb(166,132,216); }
div.DivClassName
{
background-color: #A684D8;
}
.BgClassName
{
background-color: #A684D8;
}
</style>
border-color css
<style>
span { border-color: #A684D8; }
span { border-color: rgb(166,132,216); }
td.TdClassName
{
border-color: #A684D8;
}
.TagClassName
{
border-color: #A684D8;
}
</style>