Shades of Dark Violet #A301CC
Tints of Dark Violet #A301CC
RGB
CMYK
RGB Variations
Color information
#A301CC (or 0xA301CC) is known color: Dark Violet. HEX triplet: A3, 01 and CC. RGB value is (163,1,204). Sum of RGB (Red+Green+Blue) = 163+1+204=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #A301CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301CC is #5CFE33. Grayscale: #474747. Windows color (decimal): -6094388 or 13369763. OLE color: 13369763.
HSL color Cylindrical-coordinate representation of color #A301CC: hue angle of 287.88º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A301CC is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 1 | 204 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.2 |
| HSL | 287.88º | 0.99% | 0.4% | - |
| HSV(B) | 287.88º | 1% | 0.8% | - |
| XYZ | 26.01 | 12.17 | 58.1 | - |
| YUV | 72.58 | 202.17 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 204 | 0.20 | 1.00 | 0 | 0.2 | 287.88 | 0.99 | 0.4 |
| Hex | A3 | 1 | CC | 14 | 64 | 0 | 14 | 120 | 63 | 28 |
| Octal | 243 | 1 | 314 | 24 | 144 | 0 | 24 | 440 | 143 | 50 |
| Binary | 10100011 | 1 | 11001100 | 10100 | 1100100 | 0 | 10100 | 100100000 | 1100011 | 101000 |
Color Harmonies of #A301CC
Complementary color
Monochromatic Colors of #A301CC
Black with #A301CC
Text Example
Text Example
White with #A301CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301CC; }
p { color: rgb(163,1,204); }
H1.HeaderClassName
{
color: #A301CC;
}
.AnyTagClassName
{
color: #A301CC;
}
</style>
background-color css
<style>
a { background-color: #A301CC; }
a { background-color: rgb(163,1,204); }
div.DivClassName
{
background-color: #A301CC;
}
.BgClassName
{
background-color: #A301CC;
}
</style>
border-color css
<style>
span { border-color: #A301CC; }
span { border-color: rgb(163,1,204); }
td.TdClassName
{
border-color: #A301CC;
}
.TagClassName
{
border-color: #A301CC;
}
</style>