Shades of Dark Violet #A005CC
Tints of Dark Violet #A005CC
RGB
CMYK
RGB Variations
Color information
#A005CC (or 0xA005CC) is known color: Dark Violet. HEX triplet: A0, 05 and CC. RGB value is (160,5,204). Sum of RGB (Red+Green+Blue) = 160+5+204=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #A005CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005CC is #5FFA33. Grayscale: #494949. Windows color (decimal): -6289972 or 13370784. OLE color: 13370784.
HSL color Cylindrical-coordinate representation of color #A005CC: hue angle of 286.73º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005CC is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 5 | 204 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.2 |
| HSL | 286.73º | 0.95% | 0.41% | - |
| HSV(B) | 286.73º | 0.98% | 0.8% | - |
| XYZ | 25.45 | 11.94 | 58.09 | - |
| YUV | 74.03 | 201.35 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 204 | 0.22 | 0.98 | 0 | 0.2 | 286.73 | 0.95 | 0.41 |
| Hex | A0 | 5 | CC | 16 | 62 | 0 | 14 | 11F | 5F | 29 |
| Octal | 240 | 5 | 314 | 26 | 142 | 0 | 24 | 437 | 137 | 51 |
| Binary | 10100000 | 101 | 11001100 | 10110 | 1100010 | 0 | 10100 | 100011111 | 1011111 | 101001 |
Color Harmonies of #A005CC
Complementary color
Monochromatic Colors of #A005CC
Black with #A005CC
Text Example
Text Example
White with #A005CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005CC; }
p { color: rgb(160,5,204); }
H1.HeaderClassName
{
color: #A005CC;
}
.AnyTagClassName
{
color: #A005CC;
}
</style>
background-color css
<style>
a { background-color: #A005CC; }
a { background-color: rgb(160,5,204); }
div.DivClassName
{
background-color: #A005CC;
}
.BgClassName
{
background-color: #A005CC;
}
</style>
border-color css
<style>
span { border-color: #A005CC; }
span { border-color: rgb(160,5,204); }
td.TdClassName
{
border-color: #A005CC;
}
.TagClassName
{
border-color: #A005CC;
}
</style>