Shades of Dark Violet #A411CC
Tints of Dark Violet #A411CC
RGB
CMYK
RGB Variations
Color information
#A411CC (or 0xA411CC) is known color: Dark Violet. HEX triplet: A4, 11 and CC. RGB value is (164,17,204). Sum of RGB (Red+Green+Blue) = 164+17+204=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #A411CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411CC is #5BEE33. Grayscale: #515151. Windows color (decimal): -6024756 or 13373860. OLE color: 13373860.
HSL color Cylindrical-coordinate representation of color #A411CC: hue angle of 287.17º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A411CC is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 17 | 204 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.2 |
| HSL | 287.17º | 0.85% | 0.43% | - |
| HSV(B) | 287.17º | 0.92% | 0.8% | - |
| XYZ | 26.41 | 12.65 | 58.18 | - |
| YUV | 82.27 | 196.7 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 204 | 0.20 | 0.92 | 0 | 0.2 | 287.17 | 0.85 | 0.43 |
| Hex | A4 | 11 | CC | 14 | 5C | 0 | 14 | 11F | 55 | 2B |
| Octal | 244 | 21 | 314 | 24 | 134 | 0 | 24 | 437 | 125 | 53 |
| Binary | 10100100 | 10001 | 11001100 | 10100 | 1011100 | 0 | 10100 | 100011111 | 1010101 | 101011 |
Color Harmonies of #A411CC
Complementary color
Monochromatic Colors of #A411CC
Black with #A411CC
Text Example
Text Example
White with #A411CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A411CC; }
p { color: rgb(164,17,204); }
H1.HeaderClassName
{
color: #A411CC;
}
.AnyTagClassName
{
color: #A411CC;
}
</style>
background-color css
<style>
a { background-color: #A411CC; }
a { background-color: rgb(164,17,204); }
div.DivClassName
{
background-color: #A411CC;
}
.BgClassName
{
background-color: #A411CC;
}
</style>
border-color css
<style>
span { border-color: #A411CC; }
span { border-color: rgb(164,17,204); }
td.TdClassName
{
border-color: #A411CC;
}
.TagClassName
{
border-color: #A411CC;
}
</style>