Shades of Dark Violet #A413CB
Tints of Dark Violet #A413CB
RGB
CMYK
RGB Variations
Color information
#A413CB (or 0xA413CB) is known color: Dark Violet. HEX triplet: A4, 13 and CB. RGB value is (164,19,203). Sum of RGB (Red+Green+Blue) = 164+19+203=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #A413CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413CB is #5BEC34. Grayscale: #525252. Windows color (decimal): -6024245 or 13308836. OLE color: 13308836.
HSL color Cylindrical-coordinate representation of color #A413CB: hue angle of 287.28º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A413CB is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 19 | 203 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.20 |
| HSL | 287.28º | 0.83% | 0.44% | - |
| HSV(B) | 287.28º | 0.91% | 0.8% | - |
| XYZ | 26.32 | 12.67 | 57.56 | - |
| YUV | 83.33 | 195.54 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 203 | 0.19 | 0.91 | 0 | 0.20 | 287.28 | 0.83 | 0.44 |
| Hex | A4 | 13 | CB | 13 | 5B | 0 | 14 | 11F | 53 | 2C |
| Octal | 244 | 23 | 313 | 23 | 133 | 0 | 24 | 437 | 123 | 54 |
| Binary | 10100100 | 10011 | 11001011 | 10011 | 1011011 | 0 | 10100 | 100011111 | 1010011 | 101100 |
Color Harmonies of #A413CB
Complementary color
Monochromatic Colors of #A413CB
Black with #A413CB
Text Example
Text Example
White with #A413CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A413CB; }
p { color: rgb(164,19,203); }
H1.HeaderClassName
{
color: #A413CB;
}
.AnyTagClassName
{
color: #A413CB;
}
</style>
background-color css
<style>
a { background-color: #A413CB; }
a { background-color: rgb(164,19,203); }
div.DivClassName
{
background-color: #A413CB;
}
.BgClassName
{
background-color: #A413CB;
}
</style>
border-color css
<style>
span { border-color: #A413CB; }
span { border-color: rgb(164,19,203); }
td.TdClassName
{
border-color: #A413CB;
}
.TagClassName
{
border-color: #A413CB;
}
</style>