Shades of Dark Violet #A30BCA
Tints of Dark Violet #A30BCA
RGB
CMYK
RGB Variations
Color information
#A30BCA (or 0xA30BCA) is known color: Dark Violet. HEX triplet: A3, 0B and CA. RGB value is (163,11,202). Sum of RGB (Red+Green+Blue) = 163+11+202=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #A30BCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BCA is #5CF435. Grayscale: #4D4D4D. Windows color (decimal): -6091830 or 13241251. OLE color: 13241251.
HSL color Cylindrical-coordinate representation of color #A30BCA: hue angle of 287.75º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30BCA is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 11 | 202 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.21 |
| HSL | 287.75º | 0.9% | 0.42% | - |
| HSV(B) | 287.75º | 0.95% | 0.79% | - |
| XYZ | 25.88 | 12.29 | 56.89 | - |
| YUV | 78.22 | 197.86 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 202 | 0.19 | 0.95 | 0 | 0.21 | 287.75 | 0.9 | 0.42 |
| Hex | A3 | B | CA | 13 | 5F | 0 | 15 | 120 | 5A | 2A |
| Octal | 243 | 13 | 312 | 23 | 137 | 0 | 25 | 440 | 132 | 52 |
| Binary | 10100011 | 1011 | 11001010 | 10011 | 1011111 | 0 | 10101 | 100100000 | 1011010 | 101010 |
Color Harmonies of #A30BCA
Complementary color
Monochromatic Colors of #A30BCA
Black with #A30BCA
Text Example
Text Example
White with #A30BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BCA; }
p { color: rgb(163,11,202); }
H1.HeaderClassName
{
color: #A30BCA;
}
.AnyTagClassName
{
color: #A30BCA;
}
</style>
background-color css
<style>
a { background-color: #A30BCA; }
a { background-color: rgb(163,11,202); }
div.DivClassName
{
background-color: #A30BCA;
}
.BgClassName
{
background-color: #A30BCA;
}
</style>
border-color css
<style>
span { border-color: #A30BCA; }
span { border-color: rgb(163,11,202); }
td.TdClassName
{
border-color: #A30BCA;
}
.TagClassName
{
border-color: #A30BCA;
}
</style>