Shades of Dark Violet #A301C3
Tints of Dark Violet #A301C3
RGB
CMYK
RGB Variations
Color information
#A301C3 (or 0xA301C3) is known color: Dark Violet. HEX triplet: A3, 01 and C3. RGB value is (163,1,195). Sum of RGB (Red+Green+Blue) = 163+1+195=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 195 (76.56% from 255 or 54.32% from 359); Max value from RGB is 195 - color contains mainly: blue. Hex color #A301C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301C3 is #5CFE3C. Grayscale: #464646. Windows color (decimal): -6094397 or 12779939. OLE color: 12779939.
HSL color Cylindrical-coordinate representation of color #A301C3: hue angle of 290.1º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A301C3 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 1 | 195 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.24 |
| HSL | 290.1º | 0.99% | 0.38% | - |
| HSV(B) | 290.1º | 0.99% | 0.76% | - |
| XYZ | 24.97 | 11.75 | 52.58 | - |
| YUV | 71.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 195 | 0.16 | 0.99 | 0 | 0.24 | 290.1 | 0.99 | 0.38 |
| Hex | A3 | 1 | C3 | 10 | 63 | 0 | 18 | 122 | 63 | 26 |
| Octal | 243 | 1 | 303 | 20 | 143 | 0 | 30 | 442 | 143 | 46 |
| Binary | 10100011 | 1 | 11000011 | 10000 | 1100011 | 0 | 11000 | 100100010 | 1100011 | 100110 |
Color Harmonies of #A301C3
Complementary color
Monochromatic Colors of #A301C3
Black with #A301C3
Text Example
Text Example
White with #A301C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301C3; }
p { color: rgb(163,1,195); }
H1.HeaderClassName
{
color: #A301C3;
}
.AnyTagClassName
{
color: #A301C3;
}
</style>
background-color css
<style>
a { background-color: #A301C3; }
a { background-color: rgb(163,1,195); }
div.DivClassName
{
background-color: #A301C3;
}
.BgClassName
{
background-color: #A301C3;
}
</style>
border-color css
<style>
span { border-color: #A301C3; }
span { border-color: rgb(163,1,195); }
td.TdClassName
{
border-color: #A301C3;
}
.TagClassName
{
border-color: #A301C3;
}
</style>