Shades of Dark Violet #A401C8
Tints of Dark Violet #A401C8
RGB
CMYK
RGB Variations
Color information
#A401C8 (or 0xA401C8) is known color: Dark Violet. HEX triplet: A4, 01 and C8. RGB value is (164,1,200). Sum of RGB (Red+Green+Blue) = 164+1+200=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 200 (78.52% from 255 or 54.79% from 365); Max value from RGB is 200 - color contains mainly: blue. Hex color #A401C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401C8 is #5BFE37. Grayscale: #474747. Windows color (decimal): -6028856 or 13107620. OLE color: 13107620.
HSL color Cylindrical-coordinate representation of color #A401C8: hue angle of 289.15º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A401C8 is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 1 | 200 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.22 |
| HSL | 289.15º | 0.99% | 0.39% | - |
| HSV(B) | 289.15º | 1% | 0.78% | - |
| XYZ | 25.75 | 12.08 | 55.62 | - |
| YUV | 72.42 | 200 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 200 | 0.18 | 1.00 | 0 | 0.22 | 289.15 | 0.99 | 0.39 |
| Hex | A4 | 1 | C8 | 12 | 64 | 0 | 16 | 121 | 63 | 27 |
| Octal | 244 | 1 | 310 | 22 | 144 | 0 | 26 | 441 | 143 | 47 |
| Binary | 10100100 | 1 | 11001000 | 10010 | 1100100 | 0 | 10110 | 100100001 | 1100011 | 100111 |
Color Harmonies of #A401C8
Complementary color
Monochromatic Colors of #A401C8
Black with #A401C8
Text Example
Text Example
White with #A401C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401C8; }
p { color: rgb(164,1,200); }
H1.HeaderClassName
{
color: #A401C8;
}
.AnyTagClassName
{
color: #A401C8;
}
</style>
background-color css
<style>
a { background-color: #A401C8; }
a { background-color: rgb(164,1,200); }
div.DivClassName
{
background-color: #A401C8;
}
.BgClassName
{
background-color: #A401C8;
}
</style>
border-color css
<style>
span { border-color: #A401C8; }
span { border-color: rgb(164,1,200); }
td.TdClassName
{
border-color: #A401C8;
}
.TagClassName
{
border-color: #A401C8;
}
</style>