Shades of Dark Violet #A306E1
Tints of Dark Violet #A306E1
RGB
CMYK
RGB Variations
Color information
#A306E1 (or 0xA306E1) is known color: Dark Violet. HEX triplet: A3, 06 and E1. RGB value is (163,6,225). Sum of RGB (Red+Green+Blue) = 163+6+225=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 225 (88.28% from 255 or 57.11% from 394); Max value from RGB is 225 - color contains mainly: blue. Hex color #A306E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A306E1 is #5CF91E. Grayscale: #4D4D4D. Windows color (decimal): -6093087 or 14747299. OLE color: 14747299.
HSL color Cylindrical-coordinate representation of color #A306E1: hue angle of 283.01º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A306E1 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 6 | 225 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.12 |
| HSL | 283.01º | 0.95% | 0.45% | - |
| HSV(B) | 283.01º | 0.97% | 0.88% | - |
| XYZ | 28.76 | 13.35 | 72.3 | - |
| YUV | 77.91 | 211.01 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 225 | 0.28 | 0.97 | 0 | 0.12 | 283.01 | 0.95 | 0.45 |
| Hex | A3 | 6 | E1 | 1C | 61 | 0 | C | 11B | 5F | 2D |
| Octal | 243 | 6 | 341 | 34 | 141 | 0 | 14 | 433 | 137 | 55 |
| Binary | 10100011 | 110 | 11100001 | 11100 | 1100001 | 0 | 1100 | 100011011 | 1011111 | 101101 |
Color Harmonies of #A306E1
Complementary color
Monochromatic Colors of #A306E1
Black with #A306E1
Text Example
Text Example
White with #A306E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A306E1; }
p { color: rgb(163,6,225); }
H1.HeaderClassName
{
color: #A306E1;
}
.AnyTagClassName
{
color: #A306E1;
}
</style>
background-color css
<style>
a { background-color: #A306E1; }
a { background-color: rgb(163,6,225); }
div.DivClassName
{
background-color: #A306E1;
}
.BgClassName
{
background-color: #A306E1;
}
</style>
border-color css
<style>
span { border-color: #A306E1; }
span { border-color: rgb(163,6,225); }
td.TdClassName
{
border-color: #A306E1;
}
.TagClassName
{
border-color: #A306E1;
}
</style>