Shades of Dark Violet #A405D0
Tints of Dark Violet #A405D0
RGB
CMYK
RGB Variations
Color information
#A405D0 (or 0xA405D0) is known color: Dark Violet. HEX triplet: A4, 05 and D0. RGB value is (164,5,208). Sum of RGB (Red+Green+Blue) = 164+5+208=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #A405D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A405D0 is #5BFA2F. Grayscale: #4B4B4B. Windows color (decimal): -6027824 or 13632932. OLE color: 13632932.
HSL color Cylindrical-coordinate representation of color #A405D0: hue angle of 287º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A405D0 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 5 | 208 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.18 |
| HSL | 287º | 0.95% | 0.42% | - |
| HSV(B) | 287º | 0.98% | 0.82% | - |
| XYZ | 26.75 | 12.56 | 60.69 | - |
| YUV | 75.68 | 202.68 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 208 | 0.21 | 0.98 | 0 | 0.18 | 287 | 0.95 | 0.42 |
| Hex | A4 | 5 | D0 | 15 | 62 | 0 | 12 | 11F | 5F | 2A |
| Octal | 244 | 5 | 320 | 25 | 142 | 0 | 22 | 437 | 137 | 52 |
| Binary | 10100100 | 101 | 11010000 | 10101 | 1100010 | 0 | 10010 | 100011111 | 1011111 | 101010 |
Color Harmonies of #A405D0
Complementary color
Monochromatic Colors of #A405D0
Black with #A405D0
Text Example
Text Example
White with #A405D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A405D0; }
p { color: rgb(164,5,208); }
H1.HeaderClassName
{
color: #A405D0;
}
.AnyTagClassName
{
color: #A405D0;
}
</style>
background-color css
<style>
a { background-color: #A405D0; }
a { background-color: rgb(164,5,208); }
div.DivClassName
{
background-color: #A405D0;
}
.BgClassName
{
background-color: #A405D0;
}
</style>
border-color css
<style>
span { border-color: #A405D0; }
span { border-color: rgb(164,5,208); }
td.TdClassName
{
border-color: #A405D0;
}
.TagClassName
{
border-color: #A405D0;
}
</style>