Shades of Dark Violet #A30ABD
Tints of Dark Violet #A30ABD
RGB
CMYK
RGB Variations
Color information
#A30ABD (or 0xA30ABD) is known color: Dark Violet. HEX triplet: A3, 0A and BD. RGB value is (163,10,189). Sum of RGB (Red+Green+Blue) = 163+10+189=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #A30ABD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ABD is #5CF542. Grayscale: #4B4B4B. Windows color (decimal): -6092099 or 12389027. OLE color: 12389027.
HSL color Cylindrical-coordinate representation of color #A30ABD: hue angle of 291.28º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30ABD is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 10 | 189 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.26 |
| HSL | 291.28º | 0.9% | 0.39% | - |
| HSV(B) | 291.28º | 0.95% | 0.74% | - |
| XYZ | 24.4 | 11.68 | 49.11 | - |
| YUV | 76.15 | 191.69 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 189 | 0.14 | 0.95 | 0 | 0.26 | 291.28 | 0.9 | 0.39 |
| Hex | A3 | A | BD | E | 5F | 0 | 1A | 123 | 5A | 27 |
| Octal | 243 | 12 | 275 | 16 | 137 | 0 | 32 | 443 | 132 | 47 |
| Binary | 10100011 | 1010 | 10111101 | 1110 | 1011111 | 0 | 11010 | 100100011 | 1011010 | 100111 |
Color Harmonies of #A30ABD
Complementary color
Monochromatic Colors of #A30ABD
Black with #A30ABD
Text Example
Text Example
White with #A30ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30ABD; }
p { color: rgb(163,10,189); }
H1.HeaderClassName
{
color: #A30ABD;
}
.AnyTagClassName
{
color: #A30ABD;
}
</style>
background-color css
<style>
a { background-color: #A30ABD; }
a { background-color: rgb(163,10,189); }
div.DivClassName
{
background-color: #A30ABD;
}
.BgClassName
{
background-color: #A30ABD;
}
</style>
border-color css
<style>
span { border-color: #A30ABD; }
span { border-color: rgb(163,10,189); }
td.TdClassName
{
border-color: #A30ABD;
}
.TagClassName
{
border-color: #A30ABD;
}
</style>