Shades of Dark Violet #A001CC
Tints of Dark Violet #A001CC
RGB
CMYK
RGB Variations
Color information
#A001CC (or 0xA001CC) is known color: Dark Violet. HEX triplet: A0, 01 and CC. RGB value is (160,1,204). Sum of RGB (Red+Green+Blue) = 160+1+204=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #A001CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001CC is #5FFE33. Grayscale: #474747. Windows color (decimal): -6290996 or 13369760. OLE color: 13369760.
HSL color Cylindrical-coordinate representation of color #A001CC: hue angle of 287º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A001CC is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 1 | 204 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.2 |
| HSL | 287º | 0.99% | 0.4% | - |
| HSV(B) | 287º | 1% | 0.8% | - |
| XYZ | 25.41 | 11.85 | 58.08 | - |
| YUV | 71.68 | 202.68 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 204 | 0.22 | 1.00 | 0 | 0.2 | 287 | 0.99 | 0.4 |
| Hex | A0 | 1 | CC | 16 | 64 | 0 | 14 | 11F | 63 | 28 |
| Octal | 240 | 1 | 314 | 26 | 144 | 0 | 24 | 437 | 143 | 50 |
| Binary | 10100000 | 1 | 11001100 | 10110 | 1100100 | 0 | 10100 | 100011111 | 1100011 | 101000 |
Color Harmonies of #A001CC
Complementary color
Monochromatic Colors of #A001CC
Black with #A001CC
Text Example
Text Example
White with #A001CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A001CC; }
p { color: rgb(160,1,204); }
H1.HeaderClassName
{
color: #A001CC;
}
.AnyTagClassName
{
color: #A001CC;
}
</style>
background-color css
<style>
a { background-color: #A001CC; }
a { background-color: rgb(160,1,204); }
div.DivClassName
{
background-color: #A001CC;
}
.BgClassName
{
background-color: #A001CC;
}
</style>
border-color css
<style>
span { border-color: #A001CC; }
span { border-color: rgb(160,1,204); }
td.TdClassName
{
border-color: #A001CC;
}
.TagClassName
{
border-color: #A001CC;
}
</style>