Shades of Biloba Flower #A682DC
Tints of Biloba Flower #A682DC
RGB
CMYK
RGB Variations
Color information
#A682DC (or 0xA682DC) is known color: Biloba Flower. HEX triplet: A6, 82 and DC. RGB value is (166,130,220). Sum of RGB (Red+Green+Blue) = 166+130+220=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #A682DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682DC is #597D23. Grayscale: #969696. Windows color (decimal): -5864740 or 14451366. OLE color: 14451366.
HSL color Cylindrical-coordinate representation of color #A682DC: hue angle of 264º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A682DC is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 130 | 220 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.14 |
| HSL | 264º | 0.56% | 0.69% | - |
| HSV(B) | 264º | 0.41% | 0.86% | - |
| XYZ | 36.63 | 29.24 | 71.42 | - |
| YUV | 151.02 | 166.93 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 220 | 0.25 | 0.41 | 0 | 0.14 | 264 | 0.56 | 0.69 |
| Hex | A6 | 82 | DC | 19 | 29 | 0 | E | 108 | 38 | 45 |
| Octal | 246 | 202 | 334 | 31 | 51 | 0 | 16 | 410 | 70 | 105 |
| Binary | 10100110 | 10000010 | 11011100 | 11001 | 101001 | 0 | 1110 | 100001000 | 111000 | 1000101 |
Color Harmonies of #A682DC
Complementary color
Monochromatic Colors of #A682DC
Black with #A682DC
Text Example
Text Example
White with #A682DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682DC; }
p { color: rgb(166,130,220); }
H1.HeaderClassName
{
color: #A682DC;
}
.AnyTagClassName
{
color: #A682DC;
}
</style>
background-color css
<style>
a { background-color: #A682DC; }
a { background-color: rgb(166,130,220); }
div.DivClassName
{
background-color: #A682DC;
}
.BgClassName
{
background-color: #A682DC;
}
</style>
border-color css
<style>
span { border-color: #A682DC; }
span { border-color: rgb(166,130,220); }
td.TdClassName
{
border-color: #A682DC;
}
.TagClassName
{
border-color: #A682DC;
}
</style>