Shades of Dark Violet #A306B5
Tints of Dark Violet #A306B5
RGB
CMYK
RGB Variations
Color information
#A306B5 (or 0xA306B5) is known color: Dark Violet. HEX triplet: A3, 06 and B5. RGB value is (163,6,181). Sum of RGB (Red+Green+Blue) = 163+6+181=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 181 (71.09% from 255 or 51.71% from 350); Max value from RGB is 181 - color contains mainly: blue. Hex color #A306B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A306B5 is #5CF94A. Grayscale: #484848. Windows color (decimal): -6093131 or 11863715. OLE color: 11863715.
HSL color Cylindrical-coordinate representation of color #A306B5: hue angle of 293.83º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A306B5 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 6 | 181 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.29 |
| HSL | 293.83º | 0.94% | 0.37% | - |
| HSV(B) | 293.83º | 0.97% | 0.71% | - |
| XYZ | 23.51 | 11.25 | 44.65 | - |
| YUV | 72.89 | 189.01 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 181 | 0.10 | 0.97 | 0 | 0.29 | 293.83 | 0.94 | 0.37 |
| Hex | A3 | 6 | B5 | A | 61 | 0 | 1D | 126 | 5E | 25 |
| Octal | 243 | 6 | 265 | 12 | 141 | 0 | 35 | 446 | 136 | 45 |
| Binary | 10100011 | 110 | 10110101 | 1010 | 1100001 | 0 | 11101 | 100100110 | 1011110 | 100101 |
Color Harmonies of #A306B5
Complementary color
Monochromatic Colors of #A306B5
Black with #A306B5
Text Example
Text Example
White with #A306B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A306B5; }
p { color: rgb(163,6,181); }
H1.HeaderClassName
{
color: #A306B5;
}
.AnyTagClassName
{
color: #A306B5;
}
</style>
background-color css
<style>
a { background-color: #A306B5; }
a { background-color: rgb(163,6,181); }
div.DivClassName
{
background-color: #A306B5;
}
.BgClassName
{
background-color: #A306B5;
}
</style>
border-color css
<style>
span { border-color: #A306B5; }
span { border-color: rgb(163,6,181); }
td.TdClassName
{
border-color: #A306B5;
}
.TagClassName
{
border-color: #A306B5;
}
</style>