Shades of Biloba Flower #A682DB
Tints of Biloba Flower #A682DB
RGB
CMYK
RGB Variations
Color information
#A682DB (or 0xA682DB) is known color: Biloba Flower. HEX triplet: A6, 82 and DB. RGB value is (166,130,219). Sum of RGB (Red+Green+Blue) = 166+130+219=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #A682DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682DB is #597D24. Grayscale: #969696. Windows color (decimal): -5864741 or 14385830. OLE color: 14385830.
HSL color Cylindrical-coordinate representation of color #A682DB: hue angle of 264.27º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A682DB is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 130 | 219 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.14 |
| HSL | 264.27º | 0.55% | 0.68% | - |
| HSV(B) | 264.27º | 0.41% | 0.86% | - |
| XYZ | 36.49 | 29.19 | 70.73 | - |
| YUV | 150.91 | 166.43 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 219 | 0.24 | 0.41 | 0 | 0.14 | 264.27 | 0.55 | 0.68 |
| Hex | A6 | 82 | DB | 18 | 29 | 0 | E | 108 | 37 | 44 |
| Octal | 246 | 202 | 333 | 30 | 51 | 0 | 16 | 410 | 67 | 104 |
| Binary | 10100110 | 10000010 | 11011011 | 11000 | 101001 | 0 | 1110 | 100001000 | 110111 | 1000100 |
Color Harmonies of #A682DB
Complementary color
Monochromatic Colors of #A682DB
Black with #A682DB
Text Example
Text Example
White with #A682DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682DB; }
p { color: rgb(166,130,219); }
H1.HeaderClassName
{
color: #A682DB;
}
.AnyTagClassName
{
color: #A682DB;
}
</style>
background-color css
<style>
a { background-color: #A682DB; }
a { background-color: rgb(166,130,219); }
div.DivClassName
{
background-color: #A682DB;
}
.BgClassName
{
background-color: #A682DB;
}
</style>
border-color css
<style>
span { border-color: #A682DB; }
span { border-color: rgb(166,130,219); }
td.TdClassName
{
border-color: #A682DB;
}
.TagClassName
{
border-color: #A682DB;
}
</style>