Shades of Dark Violet #A303CA
Tints of Dark Violet #A303CA
RGB
CMYK
RGB Variations
Color information
#A303CA (or 0xA303CA) is known color: Dark Violet. HEX triplet: A3, 03 and CA. RGB value is (163,3,202). Sum of RGB (Red+Green+Blue) = 163+3+202=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #A303CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A303CA is #5CFC35. Grayscale: #484848. Windows color (decimal): -6093878 or 13239203. OLE color: 13239203.
HSL color Cylindrical-coordinate representation of color #A303CA: hue angle of 288.24º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A303CA is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 3 | 202 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.21 |
| HSL | 288.24º | 0.97% | 0.4% | - |
| HSV(B) | 288.24º | 0.99% | 0.79% | - |
| XYZ | 25.8 | 12.12 | 56.86 | - |
| YUV | 73.53 | 200.51 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 202 | 0.19 | 0.99 | 0 | 0.21 | 288.24 | 0.97 | 0.4 |
| Hex | A3 | 3 | CA | 13 | 63 | 0 | 15 | 120 | 61 | 28 |
| Octal | 243 | 3 | 312 | 23 | 143 | 0 | 25 | 440 | 141 | 50 |
| Binary | 10100011 | 11 | 11001010 | 10011 | 1100011 | 0 | 10101 | 100100000 | 1100001 | 101000 |
Color Harmonies of #A303CA
Complementary color
Monochromatic Colors of #A303CA
Black with #A303CA
Text Example
Text Example
White with #A303CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A303CA; }
p { color: rgb(163,3,202); }
H1.HeaderClassName
{
color: #A303CA;
}
.AnyTagClassName
{
color: #A303CA;
}
</style>
background-color css
<style>
a { background-color: #A303CA; }
a { background-color: rgb(163,3,202); }
div.DivClassName
{
background-color: #A303CA;
}
.BgClassName
{
background-color: #A303CA;
}
</style>
border-color css
<style>
span { border-color: #A303CA; }
span { border-color: rgb(163,3,202); }
td.TdClassName
{
border-color: #A303CA;
}
.TagClassName
{
border-color: #A303CA;
}
</style>