Shades of Dark Violet #A005C4
Tints of Dark Violet #A005C4
RGB
CMYK
RGB Variations
Color information
#A005C4 (or 0xA005C4) is known color: Dark Violet. HEX triplet: A0, 05 and C4. RGB value is (160,5,196). Sum of RGB (Red+Green+Blue) = 160+5+196=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 196 (76.95% from 255 or 54.29% from 361); Max value from RGB is 196 - color contains mainly: blue. Hex color #A005C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005C4 is #5FFA3B. Grayscale: #484848. Windows color (decimal): -6289980 or 12846496. OLE color: 12846496.
HSL color Cylindrical-coordinate representation of color #A005C4: hue angle of 288.69º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A005C4 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 5 | 196 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.23 |
| HSL | 288.69º | 0.95% | 0.39% | - |
| HSV(B) | 288.69º | 0.97% | 0.77% | - |
| XYZ | 24.52 | 11.57 | 53.17 | - |
| YUV | 73.12 | 197.35 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 196 | 0.18 | 0.97 | 0 | 0.23 | 288.69 | 0.95 | 0.39 |
| Hex | A0 | 5 | C4 | 12 | 61 | 0 | 17 | 121 | 5F | 27 |
| Octal | 240 | 5 | 304 | 22 | 141 | 0 | 27 | 441 | 137 | 47 |
| Binary | 10100000 | 101 | 11000100 | 10010 | 1100001 | 0 | 10111 | 100100001 | 1011111 | 100111 |
Color Harmonies of #A005C4
Complementary color
Monochromatic Colors of #A005C4
Black with #A005C4
Text Example
Text Example
White with #A005C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005C4; }
p { color: rgb(160,5,196); }
H1.HeaderClassName
{
color: #A005C4;
}
.AnyTagClassName
{
color: #A005C4;
}
</style>
background-color css
<style>
a { background-color: #A005C4; }
a { background-color: rgb(160,5,196); }
div.DivClassName
{
background-color: #A005C4;
}
.BgClassName
{
background-color: #A005C4;
}
</style>
border-color css
<style>
span { border-color: #A005C4; }
span { border-color: rgb(160,5,196); }
td.TdClassName
{
border-color: #A005C4;
}
.TagClassName
{
border-color: #A005C4;
}
</style>