Shades of Dark Violet #A30CAF
Tints of Dark Violet #A30CAF
RGB
CMYK
RGB Variations
Color information
#A30CAF (or 0xA30CAF) is known color: Dark Violet. HEX triplet: A3, 0C and AF. RGB value is (163,12,175). Sum of RGB (Red+Green+Blue) = 163+12+175=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #A30CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30CAF is #5CF350. Grayscale: #4B4B4B. Windows color (decimal): -6091601 or 11472035. OLE color: 11472035.
HSL color Cylindrical-coordinate representation of color #A30CAF: hue angle of 295.58º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30CAF is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 12 | 175 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.31 |
| HSL | 295.58º | 0.87% | 0.37% | - |
| HSV(B) | 295.58º | 0.93% | 0.69% | - |
| XYZ | 22.97 | 11.14 | 41.5 | - |
| YUV | 75.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 175 | 0.07 | 0.93 | 0 | 0.31 | 295.58 | 0.87 | 0.37 |
| Hex | A3 | C | AF | 7 | 5D | 0 | 1F | 128 | 57 | 25 |
| Octal | 243 | 14 | 257 | 7 | 135 | 0 | 37 | 450 | 127 | 45 |
| Binary | 10100011 | 1100 | 10101111 | 111 | 1011101 | 0 | 11111 | 100101000 | 1010111 | 100101 |
Color Harmonies of #A30CAF
Complementary color
Monochromatic Colors of #A30CAF
Black with #A30CAF
Text Example
Text Example
White with #A30CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30CAF; }
p { color: rgb(163,12,175); }
H1.HeaderClassName
{
color: #A30CAF;
}
.AnyTagClassName
{
color: #A30CAF;
}
</style>
background-color css
<style>
a { background-color: #A30CAF; }
a { background-color: rgb(163,12,175); }
div.DivClassName
{
background-color: #A30CAF;
}
.BgClassName
{
background-color: #A30CAF;
}
</style>
border-color css
<style>
span { border-color: #A30CAF; }
span { border-color: rgb(163,12,175); }
td.TdClassName
{
border-color: #A30CAF;
}
.TagClassName
{
border-color: #A30CAF;
}
</style>