Shades of Dark Violet #A101CC
Tints of Dark Violet #A101CC
RGB
CMYK
RGB Variations
Color information
#A101CC (or 0xA101CC) is known color: Dark Violet. HEX triplet: A1, 01 and CC. RGB value is (161,1,204). Sum of RGB (Red+Green+Blue) = 161+1+204=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #A101CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A101CC is #5EFE33. Grayscale: #474747. Windows color (decimal): -6225460 or 13369761. OLE color: 13369761.
HSL color Cylindrical-coordinate representation of color #A101CC: hue angle of 287.29º 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 #A101CC is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 1 | 204 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.2 |
| HSL | 287.29º | 0.99% | 0.4% | - |
| HSV(B) | 287.29º | 1% | 0.8% | - |
| XYZ | 25.61 | 11.96 | 58.09 | - |
| YUV | 71.98 | 202.51 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 204 | 0.21 | 1.00 | 0 | 0.2 | 287.29 | 0.99 | 0.4 |
| Hex | A1 | 1 | CC | 15 | 64 | 0 | 14 | 11F | 63 | 28 |
| Octal | 241 | 1 | 314 | 25 | 144 | 0 | 24 | 437 | 143 | 50 |
| Binary | 10100001 | 1 | 11001100 | 10101 | 1100100 | 0 | 10100 | 100011111 | 1100011 | 101000 |
Color Harmonies of #A101CC
Complementary color
Monochromatic Colors of #A101CC
Black with #A101CC
Text Example
Text Example
White with #A101CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A101CC; }
p { color: rgb(161,1,204); }
H1.HeaderClassName
{
color: #A101CC;
}
.AnyTagClassName
{
color: #A101CC;
}
</style>
background-color css
<style>
a { background-color: #A101CC; }
a { background-color: rgb(161,1,204); }
div.DivClassName
{
background-color: #A101CC;
}
.BgClassName
{
background-color: #A101CC;
}
</style>
border-color css
<style>
span { border-color: #A101CC; }
span { border-color: rgb(161,1,204); }
td.TdClassName
{
border-color: #A101CC;
}
.TagClassName
{
border-color: #A101CC;
}
</style>