Shades of Dark Violet #A306BD
Tints of Dark Violet #A306BD
RGB
CMYK
RGB Variations
Color information
#A306BD (or 0xA306BD) is known color: Dark Violet. HEX triplet: A3, 06 and BD. RGB value is (163,6,189). Sum of RGB (Red+Green+Blue) = 163+6+189=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #A306BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A306BD is #5CF942. Grayscale: #494949. Windows color (decimal): -6093123 or 12388003. OLE color: 12388003.
HSL color Cylindrical-coordinate representation of color #A306BD: hue angle of 291.48º 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 #A306BD is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 6 | 189 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.26 |
| HSL | 291.48º | 0.94% | 0.38% | - |
| HSV(B) | 291.48º | 0.97% | 0.74% | - |
| XYZ | 24.35 | 11.59 | 49.1 | - |
| YUV | 73.81 | 193.01 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 189 | 0.14 | 0.97 | 0 | 0.26 | 291.48 | 0.94 | 0.38 |
| Hex | A3 | 6 | BD | E | 61 | 0 | 1A | 123 | 5E | 26 |
| Octal | 243 | 6 | 275 | 16 | 141 | 0 | 32 | 443 | 136 | 46 |
| Binary | 10100011 | 110 | 10111101 | 1110 | 1100001 | 0 | 11010 | 100100011 | 1011110 | 100110 |
Color Harmonies of #A306BD
Complementary color
Monochromatic Colors of #A306BD
Black with #A306BD
Text Example
Text Example
White with #A306BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A306BD; }
p { color: rgb(163,6,189); }
H1.HeaderClassName
{
color: #A306BD;
}
.AnyTagClassName
{
color: #A306BD;
}
</style>
background-color css
<style>
a { background-color: #A306BD; }
a { background-color: rgb(163,6,189); }
div.DivClassName
{
background-color: #A306BD;
}
.BgClassName
{
background-color: #A306BD;
}
</style>
border-color css
<style>
span { border-color: #A306BD; }
span { border-color: rgb(163,6,189); }
td.TdClassName
{
border-color: #A306BD;
}
.TagClassName
{
border-color: #A306BD;
}
</style>