Shades of Dark Violet #A504BC
Tints of Dark Violet #A504BC
RGB
CMYK
RGB Variations
Color information
#A504BC (or 0xA504BC) is known color: Dark Violet. HEX triplet: A5, 04 and BC. RGB value is (165,4,188). Sum of RGB (Red+Green+Blue) = 165+4+188=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #A504BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504BC is #5AFB43. Grayscale: #484848. Windows color (decimal): -5962564 or 12321957. OLE color: 12321957.
HSL color Cylindrical-coordinate representation of color #A504BC: hue angle of 292.5º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A504BC is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 4 | 188 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.26 |
| HSL | 292.5º | 0.96% | 0.38% | - |
| HSV(B) | 292.5º | 0.98% | 0.74% | - |
| XYZ | 24.64 | 11.72 | 48.54 | - |
| YUV | 73.12 | 192.84 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 188 | 0.12 | 0.98 | 0 | 0.26 | 292.5 | 0.96 | 0.38 |
| Hex | A5 | 4 | BC | C | 62 | 0 | 1A | 124 | 60 | 26 |
| Octal | 245 | 4 | 274 | 14 | 142 | 0 | 32 | 444 | 140 | 46 |
| Binary | 10100101 | 100 | 10111100 | 1100 | 1100010 | 0 | 11010 | 100100100 | 1100000 | 100110 |
Color Harmonies of #A504BC
Complementary color
Monochromatic Colors of #A504BC
Black with #A504BC
Text Example
Text Example
White with #A504BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A504BC; }
p { color: rgb(165,4,188); }
H1.HeaderClassName
{
color: #A504BC;
}
.AnyTagClassName
{
color: #A504BC;
}
</style>
background-color css
<style>
a { background-color: #A504BC; }
a { background-color: rgb(165,4,188); }
div.DivClassName
{
background-color: #A504BC;
}
.BgClassName
{
background-color: #A504BC;
}
</style>
border-color css
<style>
span { border-color: #A504BC; }
span { border-color: rgb(165,4,188); }
td.TdClassName
{
border-color: #A504BC;
}
.TagClassName
{
border-color: #A504BC;
}
</style>