Shades of Dark Violet #A504CC
Tints of Dark Violet #A504CC
RGB
CMYK
RGB Variations
Color information
#A504CC (or 0xA504CC) is known color: Dark Violet. HEX triplet: A5, 04 and CC. RGB value is (165,4,204). Sum of RGB (Red+Green+Blue) = 165+4+204=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 4 (1.95% from 255 or 1.07% 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 #A504CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504CC is #5AFB33. Grayscale: #4A4A4A. Windows color (decimal): -5962548 or 13370533. OLE color: 13370533.
HSL color Cylindrical-coordinate representation of color #A504CC: hue angle of 288.3º degrees, saturation: 0.96, 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 #A504CC is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 4 | 204 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.2 |
| HSL | 288.3º | 0.96% | 0.41% | - |
| HSV(B) | 288.3º | 0.98% | 0.8% | - |
| XYZ | 26.46 | 12.45 | 58.13 | - |
| YUV | 74.94 | 200.84 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 204 | 0.19 | 0.98 | 0 | 0.2 | 288.3 | 0.96 | 0.41 |
| Hex | A5 | 4 | CC | 13 | 62 | 0 | 14 | 120 | 60 | 29 |
| Octal | 245 | 4 | 314 | 23 | 142 | 0 | 24 | 440 | 140 | 51 |
| Binary | 10100101 | 100 | 11001100 | 10011 | 1100010 | 0 | 10100 | 100100000 | 1100000 | 101001 |
Color Harmonies of #A504CC
Complementary color
Monochromatic Colors of #A504CC
Black with #A504CC
Text Example
Text Example
White with #A504CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A504CC; }
p { color: rgb(165,4,204); }
H1.HeaderClassName
{
color: #A504CC;
}
.AnyTagClassName
{
color: #A504CC;
}
</style>
background-color css
<style>
a { background-color: #A504CC; }
a { background-color: rgb(165,4,204); }
div.DivClassName
{
background-color: #A504CC;
}
.BgClassName
{
background-color: #A504CC;
}
</style>
border-color css
<style>
span { border-color: #A504CC; }
span { border-color: rgb(165,4,204); }
td.TdClassName
{
border-color: #A504CC;
}
.TagClassName
{
border-color: #A504CC;
}
</style>