Shades of Dark Violet #A005C3
Tints of Dark Violet #A005C3
RGB
CMYK
RGB Variations
Color information
#A005C3 (or 0xA005C3) is known color: Dark Violet. HEX triplet: A0, 05 and C3. RGB value is (160,5,195). Sum of RGB (Red+Green+Blue) = 160+5+195=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 195 (76.56% from 255 or 54.17% from 360); Max value from RGB is 195 - color contains mainly: blue. Hex color #A005C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005C3 is #5FFA3C. Grayscale: #484848. Windows color (decimal): -6289981 or 12780960. OLE color: 12780960.
HSL color Cylindrical-coordinate representation of color #A005C3: hue angle of 288.95º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A005C3 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 5 | 195 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.24 |
| HSL | 288.95º | 0.95% | 0.39% | - |
| HSV(B) | 288.95º | 0.97% | 0.76% | - |
| XYZ | 24.4 | 11.52 | 52.57 | - |
| YUV | 73.01 | 196.85 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 195 | 0.18 | 0.97 | 0 | 0.24 | 288.95 | 0.95 | 0.39 |
| Hex | A0 | 5 | C3 | 12 | 61 | 0 | 18 | 121 | 5F | 27 |
| Octal | 240 | 5 | 303 | 22 | 141 | 0 | 30 | 441 | 137 | 47 |
| Binary | 10100000 | 101 | 11000011 | 10010 | 1100001 | 0 | 11000 | 100100001 | 1011111 | 100111 |
Color Harmonies of #A005C3
Complementary color
Monochromatic Colors of #A005C3
Black with #A005C3
Text Example
Text Example
White with #A005C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005C3; }
p { color: rgb(160,5,195); }
H1.HeaderClassName
{
color: #A005C3;
}
.AnyTagClassName
{
color: #A005C3;
}
</style>
background-color css
<style>
a { background-color: #A005C3; }
a { background-color: rgb(160,5,195); }
div.DivClassName
{
background-color: #A005C3;
}
.BgClassName
{
background-color: #A005C3;
}
</style>
border-color css
<style>
span { border-color: #A005C3; }
span { border-color: rgb(160,5,195); }
td.TdClassName
{
border-color: #A005C3;
}
.TagClassName
{
border-color: #A005C3;
}
</style>