Shades of Dark Violet #A405CC
Tints of Dark Violet #A405CC
RGB
CMYK
RGB Variations
Color information
#A405CC (or 0xA405CC) is known color: Dark Violet. HEX triplet: A4, 05 and CC. RGB value is (164,5,204). Sum of RGB (Red+Green+Blue) = 164+5+204=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #A405CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A405CC is #5BFA33. Grayscale: #4A4A4A. Windows color (decimal): -6027828 or 13370788. OLE color: 13370788.
HSL color Cylindrical-coordinate representation of color #A405CC: hue angle of 287.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A405CC is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 5 | 204 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.2 |
| HSL | 287.94º | 0.95% | 0.41% | - |
| HSV(B) | 287.94º | 0.98% | 0.8% | - |
| XYZ | 26.26 | 12.36 | 58.13 | - |
| YUV | 75.23 | 200.68 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 204 | 0.20 | 0.98 | 0 | 0.2 | 287.94 | 0.95 | 0.41 |
| Hex | A4 | 5 | CC | 14 | 62 | 0 | 14 | 120 | 5F | 29 |
| Octal | 244 | 5 | 314 | 24 | 142 | 0 | 24 | 440 | 137 | 51 |
| Binary | 10100100 | 101 | 11001100 | 10100 | 1100010 | 0 | 10100 | 100100000 | 1011111 | 101001 |
Color Harmonies of #A405CC
Complementary color
Monochromatic Colors of #A405CC
Black with #A405CC
Text Example
Text Example
White with #A405CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A405CC; }
p { color: rgb(164,5,204); }
H1.HeaderClassName
{
color: #A405CC;
}
.AnyTagClassName
{
color: #A405CC;
}
</style>
background-color css
<style>
a { background-color: #A405CC; }
a { background-color: rgb(164,5,204); }
div.DivClassName
{
background-color: #A405CC;
}
.BgClassName
{
background-color: #A405CC;
}
</style>
border-color css
<style>
span { border-color: #A405CC; }
span { border-color: rgb(164,5,204); }
td.TdClassName
{
border-color: #A405CC;
}
.TagClassName
{
border-color: #A405CC;
}
</style>