Shades of Dark Violet #A300C1
Tints of Dark Violet #A300C1
RGB
CMYK
RGB Variations
Color information
#A300C1 (or 0xA300C1) is known color: Dark Violet. HEX triplet: A3, 00 and C1. RGB value is (163,0,193). Sum of RGB (Red+Green+Blue) = 163+0+193=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #A300C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300C1 is #5CFF3E. Grayscale: #464646. Windows color (decimal): -6094655 or 12648611. OLE color: 12648611.
HSL color Cylindrical-coordinate representation of color #A300C1: hue angle of 290.67º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300C1 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 0 | 193 | - |
| CMYK | 0.16 | 1 | 0 | 0.24 |
| HSL | 290.67º | 1% | 0.38% | - |
| HSV(B) | 290.67º | 1% | 0.76% | - |
| XYZ | 24.73 | 11.64 | 51.39 | - |
| YUV | 70.74 | 197 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 193 | 0.16 | 1 | 0 | 0.24 | 290.67 | 1 | 0.38 |
| Hex | A3 | 0 | C1 | 10 | 64 | 0 | 18 | 123 | 64 | 26 |
| Octal | 243 | 0 | 301 | 20 | 144 | 0 | 30 | 443 | 144 | 46 |
| Binary | 10100011 | 0 | 11000001 | 10000 | 1100100 | 0 | 11000 | 100100011 | 1100100 | 100110 |
Color Harmonies of #A300C1
Complementary color
Monochromatic Colors of #A300C1
Black with #A300C1
Text Example
Text Example
White with #A300C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300C1; }
p { color: rgb(163,0,193); }
H1.HeaderClassName
{
color: #A300C1;
}
.AnyTagClassName
{
color: #A300C1;
}
</style>
background-color css
<style>
a { background-color: #A300C1; }
a { background-color: rgb(163,0,193); }
div.DivClassName
{
background-color: #A300C1;
}
.BgClassName
{
background-color: #A300C1;
}
</style>
border-color css
<style>
span { border-color: #A300C1; }
span { border-color: rgb(163,0,193); }
td.TdClassName
{
border-color: #A300C1;
}
.TagClassName
{
border-color: #A300C1;
}
</style>