Shades of Dark Violet #A405CE
Tints of Dark Violet #A405CE
RGB
CMYK
RGB Variations
Color information
#A405CE (or 0xA405CE) is known color: Dark Violet. HEX triplet: A4, 05 and CE. RGB value is (164,5,206). Sum of RGB (Red+Green+Blue) = 164+5+206=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #A405CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A405CE is #5BFA31. Grayscale: #4A4A4A. Windows color (decimal): -6027826 or 13501860. OLE color: 13501860.
HSL color Cylindrical-coordinate representation of color #A405CE: hue angle of 287.46º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A405CE is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 5 | 206 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.19 |
| HSL | 287.46º | 0.95% | 0.41% | - |
| HSV(B) | 287.46º | 0.98% | 0.81% | - |
| XYZ | 26.5 | 12.46 | 59.4 | - |
| YUV | 75.46 | 201.68 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 206 | 0.20 | 0.98 | 0 | 0.19 | 287.46 | 0.95 | 0.41 |
| Hex | A4 | 5 | CE | 14 | 62 | 0 | 13 | 11F | 5F | 29 |
| Octal | 244 | 5 | 316 | 24 | 142 | 0 | 23 | 437 | 137 | 51 |
| Binary | 10100100 | 101 | 11001110 | 10100 | 1100010 | 0 | 10011 | 100011111 | 1011111 | 101001 |
Color Harmonies of #A405CE
Complementary color
Monochromatic Colors of #A405CE
Black with #A405CE
Text Example
Text Example
White with #A405CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A405CE; }
p { color: rgb(164,5,206); }
H1.HeaderClassName
{
color: #A405CE;
}
.AnyTagClassName
{
color: #A405CE;
}
</style>
background-color css
<style>
a { background-color: #A405CE; }
a { background-color: rgb(164,5,206); }
div.DivClassName
{
background-color: #A405CE;
}
.BgClassName
{
background-color: #A405CE;
}
</style>
border-color css
<style>
span { border-color: #A405CE; }
span { border-color: rgb(164,5,206); }
td.TdClassName
{
border-color: #A405CE;
}
.TagClassName
{
border-color: #A405CE;
}
</style>