Shades of Dark Violet #A401C4
Tints of Dark Violet #A401C4
RGB
CMYK
RGB Variations
Color information
#A401C4 (or 0xA401C4) is known color: Dark Violet. HEX triplet: A4, 01 and C4. RGB value is (164,1,196). Sum of RGB (Red+Green+Blue) = 164+1+196=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 196 (76.95% from 255 or 54.29% from 361); Max value from RGB is 196 - color contains mainly: blue. Hex color #A401C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401C4 is #5BFE3B. Grayscale: #474747. Windows color (decimal): -6028860 or 12845476. OLE color: 12845476.
HSL color Cylindrical-coordinate representation of color #A401C4: hue angle of 290.15º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A401C4 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 1 | 196 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.23 |
| HSL | 290.15º | 0.99% | 0.39% | - |
| HSV(B) | 290.15º | 0.99% | 0.77% | - |
| XYZ | 25.28 | 11.9 | 53.19 | - |
| YUV | 71.97 | 198 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 196 | 0.16 | 0.99 | 0 | 0.23 | 290.15 | 0.99 | 0.39 |
| Hex | A4 | 1 | C4 | 10 | 63 | 0 | 17 | 122 | 63 | 27 |
| Octal | 244 | 1 | 304 | 20 | 143 | 0 | 27 | 442 | 143 | 47 |
| Binary | 10100100 | 1 | 11000100 | 10000 | 1100011 | 0 | 10111 | 100100010 | 1100011 | 100111 |
Color Harmonies of #A401C4
Complementary color
Monochromatic Colors of #A401C4
Black with #A401C4
Text Example
Text Example
White with #A401C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401C4; }
p { color: rgb(164,1,196); }
H1.HeaderClassName
{
color: #A401C4;
}
.AnyTagClassName
{
color: #A401C4;
}
</style>
background-color css
<style>
a { background-color: #A401C4; }
a { background-color: rgb(164,1,196); }
div.DivClassName
{
background-color: #A401C4;
}
.BgClassName
{
background-color: #A401C4;
}
</style>
border-color css
<style>
span { border-color: #A401C4; }
span { border-color: rgb(164,1,196); }
td.TdClassName
{
border-color: #A401C4;
}
.TagClassName
{
border-color: #A401C4;
}
</style>