Shades of Dark Violet #A306B0
Tints of Dark Violet #A306B0
RGB
CMYK
RGB Variations
Color information
#A306B0 (or 0xA306B0) is known color: Dark Violet. HEX triplet: A3, 06 and B0. RGB value is (163,6,176). Sum of RGB (Red+Green+Blue) = 163+6+176=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 176 (69.14% from 255 or 51.01% from 345); Max value from RGB is 176 - color contains mainly: blue. Hex color #A306B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A306B0 is #5CF94F. Grayscale: #474747. Windows color (decimal): -6093136 or 11536035. OLE color: 11536035.
HSL color Cylindrical-coordinate representation of color #A306B0: hue angle of 295.41º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A306B0 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 6 | 176 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.31 |
| HSL | 295.41º | 0.93% | 0.36% | - |
| HSV(B) | 295.41º | 0.97% | 0.69% | - |
| XYZ | 23.01 | 11.05 | 41.99 | - |
| YUV | 72.32 | 186.51 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 176 | 0.07 | 0.97 | 0 | 0.31 | 295.41 | 0.93 | 0.36 |
| Hex | A3 | 6 | B0 | 7 | 61 | 0 | 1F | 127 | 5D | 24 |
| Octal | 243 | 6 | 260 | 7 | 141 | 0 | 37 | 447 | 135 | 44 |
| Binary | 10100011 | 110 | 10110000 | 111 | 1100001 | 0 | 11111 | 100100111 | 1011101 | 100100 |
Color Harmonies of #A306B0
Complementary color
Monochromatic Colors of #A306B0
Black with #A306B0
Text Example
Text Example
White with #A306B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A306B0; }
p { color: rgb(163,6,176); }
H1.HeaderClassName
{
color: #A306B0;
}
.AnyTagClassName
{
color: #A306B0;
}
</style>
background-color css
<style>
a { background-color: #A306B0; }
a { background-color: rgb(163,6,176); }
div.DivClassName
{
background-color: #A306B0;
}
.BgClassName
{
background-color: #A306B0;
}
</style>
border-color css
<style>
span { border-color: #A306B0; }
span { border-color: rgb(163,6,176); }
td.TdClassName
{
border-color: #A306B0;
}
.TagClassName
{
border-color: #A306B0;
}
</style>