Shades of Dark Violet #A006BD
Tints of Dark Violet #A006BD
RGB
CMYK
RGB Variations
Color information
#A006BD (or 0xA006BD) is known color: Dark Violet. HEX triplet: A0, 06 and BD. RGB value is (160,6,189). Sum of RGB (Red+Green+Blue) = 160+6+189=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #A006BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006BD is #5FF942. Grayscale: #484848. Windows color (decimal): -6289731 or 12388000. OLE color: 12388000.
HSL color Cylindrical-coordinate representation of color #A006BD: hue angle of 290.49º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A006BD is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 6 | 189 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.26 |
| HSL | 290.49º | 0.94% | 0.38% | - |
| HSV(B) | 290.49º | 0.97% | 0.74% | - |
| XYZ | 23.75 | 11.28 | 49.07 | - |
| YUV | 72.91 | 193.52 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 189 | 0.15 | 0.97 | 0 | 0.26 | 290.49 | 0.94 | 0.38 |
| Hex | A0 | 6 | BD | F | 61 | 0 | 1A | 122 | 5E | 26 |
| Octal | 240 | 6 | 275 | 17 | 141 | 0 | 32 | 442 | 136 | 46 |
| Binary | 10100000 | 110 | 10111101 | 1111 | 1100001 | 0 | 11010 | 100100010 | 1011110 | 100110 |
Color Harmonies of #A006BD
Complementary color
Monochromatic Colors of #A006BD
Black with #A006BD
Text Example
Text Example
White with #A006BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A006BD; }
p { color: rgb(160,6,189); }
H1.HeaderClassName
{
color: #A006BD;
}
.AnyTagClassName
{
color: #A006BD;
}
</style>
background-color css
<style>
a { background-color: #A006BD; }
a { background-color: rgb(160,6,189); }
div.DivClassName
{
background-color: #A006BD;
}
.BgClassName
{
background-color: #A006BD;
}
</style>
border-color css
<style>
span { border-color: #A006BD; }
span { border-color: rgb(160,6,189); }
td.TdClassName
{
border-color: #A006BD;
}
.TagClassName
{
border-color: #A006BD;
}
</style>