Shades of Dark Violet #A401C5
Tints of Dark Violet #A401C5
RGB
CMYK
RGB Variations
Color information
#A401C5 (or 0xA401C5) is known color: Dark Violet. HEX triplet: A4, 01 and C5. RGB value is (164,1,197). Sum of RGB (Red+Green+Blue) = 164+1+197=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 197 (77.34% from 255 or 54.42% from 362); Max value from RGB is 197 - color contains mainly: blue. Hex color #A401C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401C5 is #5BFE3A. Grayscale: #474747. Windows color (decimal): -6028859 or 12911012. OLE color: 12911012.
HSL color Cylindrical-coordinate representation of color #A401C5: hue angle of 289.9º 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 #A401C5 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 1 | 197 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.23 |
| HSL | 289.9º | 0.99% | 0.39% | - |
| HSV(B) | 289.9º | 0.99% | 0.77% | - |
| XYZ | 25.4 | 11.95 | 53.79 | - |
| YUV | 72.08 | 198.5 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 197 | 0.17 | 0.99 | 0 | 0.23 | 289.9 | 0.99 | 0.39 |
| Hex | A4 | 1 | C5 | 11 | 63 | 0 | 17 | 122 | 63 | 27 |
| Octal | 244 | 1 | 305 | 21 | 143 | 0 | 27 | 442 | 143 | 47 |
| Binary | 10100100 | 1 | 11000101 | 10001 | 1100011 | 0 | 10111 | 100100010 | 1100011 | 100111 |
Color Harmonies of #A401C5
Complementary color
Monochromatic Colors of #A401C5
Black with #A401C5
Text Example
Text Example
White with #A401C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401C5; }
p { color: rgb(164,1,197); }
H1.HeaderClassName
{
color: #A401C5;
}
.AnyTagClassName
{
color: #A401C5;
}
</style>
background-color css
<style>
a { background-color: #A401C5; }
a { background-color: rgb(164,1,197); }
div.DivClassName
{
background-color: #A401C5;
}
.BgClassName
{
background-color: #A401C5;
}
</style>
border-color css
<style>
span { border-color: #A401C5; }
span { border-color: rgb(164,1,197); }
td.TdClassName
{
border-color: #A401C5;
}
.TagClassName
{
border-color: #A401C5;
}
</style>