Shades of Dark Violet #A30AC4
Tints of Dark Violet #A30AC4
RGB
CMYK
RGB Variations
Color information
#A30AC4 (or 0xA30AC4) is known color: Dark Violet. HEX triplet: A3, 0A and C4. RGB value is (163,10,196). Sum of RGB (Red+Green+Blue) = 163+10+196=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 196 (76.95% from 255 or 53.12% from 369); Max value from RGB is 196 - color contains mainly: blue. Hex color #A30AC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30AC4 is #5CF53B. Grayscale: #4C4C4C. Windows color (decimal): -6092092 or 12847779. OLE color: 12847779.
HSL color Cylindrical-coordinate representation of color #A30AC4: hue angle of 289.35º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30AC4 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 10 | 196 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.23 |
| HSL | 289.35º | 0.9% | 0.4% | - |
| HSV(B) | 289.35º | 0.95% | 0.77% | - |
| XYZ | 25.18 | 11.99 | 53.21 | - |
| YUV | 76.95 | 195.19 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 196 | 0.17 | 0.95 | 0 | 0.23 | 289.35 | 0.9 | 0.4 |
| Hex | A3 | A | C4 | 11 | 5F | 0 | 17 | 121 | 5A | 28 |
| Octal | 243 | 12 | 304 | 21 | 137 | 0 | 27 | 441 | 132 | 50 |
| Binary | 10100011 | 1010 | 11000100 | 10001 | 1011111 | 0 | 10111 | 100100001 | 1011010 | 101000 |
Color Harmonies of #A30AC4
Complementary color
Monochromatic Colors of #A30AC4
Black with #A30AC4
Text Example
Text Example
White with #A30AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30AC4; }
p { color: rgb(163,10,196); }
H1.HeaderClassName
{
color: #A30AC4;
}
.AnyTagClassName
{
color: #A30AC4;
}
</style>
background-color css
<style>
a { background-color: #A30AC4; }
a { background-color: rgb(163,10,196); }
div.DivClassName
{
background-color: #A30AC4;
}
.BgClassName
{
background-color: #A30AC4;
}
</style>
border-color css
<style>
span { border-color: #A30AC4; }
span { border-color: rgb(163,10,196); }
td.TdClassName
{
border-color: #A30AC4;
}
.TagClassName
{
border-color: #A30AC4;
}
</style>