Shades of Dark Violet #A301CE
Tints of Dark Violet #A301CE
RGB
CMYK
RGB Variations
Color information
#A301CE (or 0xA301CE) is known color: Dark Violet. HEX triplet: A3, 01 and CE. RGB value is (163,1,206). Sum of RGB (Red+Green+Blue) = 163+1+206=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #A301CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301CE is #5CFE31. Grayscale: #484848. Windows color (decimal): -6094386 or 13500835. OLE color: 13500835.
HSL color Cylindrical-coordinate representation of color #A301CE: hue angle of 287.41º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A301CE is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 1 | 206 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.19 |
| HSL | 287.41º | 0.99% | 0.41% | - |
| HSV(B) | 287.41º | 1% | 0.81% | - |
| XYZ | 26.26 | 12.26 | 59.38 | - |
| YUV | 72.81 | 203.17 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 206 | 0.21 | 1.00 | 0 | 0.19 | 287.41 | 0.99 | 0.41 |
| Hex | A3 | 1 | CE | 15 | 64 | 0 | 13 | 11F | 63 | 29 |
| Octal | 243 | 1 | 316 | 25 | 144 | 0 | 23 | 437 | 143 | 51 |
| Binary | 10100011 | 1 | 11001110 | 10101 | 1100100 | 0 | 10011 | 100011111 | 1100011 | 101001 |
Color Harmonies of #A301CE
Complementary color
Monochromatic Colors of #A301CE
Black with #A301CE
Text Example
Text Example
White with #A301CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301CE; }
p { color: rgb(163,1,206); }
H1.HeaderClassName
{
color: #A301CE;
}
.AnyTagClassName
{
color: #A301CE;
}
</style>
background-color css
<style>
a { background-color: #A301CE; }
a { background-color: rgb(163,1,206); }
div.DivClassName
{
background-color: #A301CE;
}
.BgClassName
{
background-color: #A301CE;
}
</style>
border-color css
<style>
span { border-color: #A301CE; }
span { border-color: rgb(163,1,206); }
td.TdClassName
{
border-color: #A301CE;
}
.TagClassName
{
border-color: #A301CE;
}
</style>