Shades of Dark Violet #A50AC4
Tints of Dark Violet #A50AC4
RGB
CMYK
RGB Variations
Color information
#A50AC4 (or 0xA50AC4) is known color: Dark Violet. HEX triplet: A5, 0A and C4. RGB value is (165,10,196). Sum of RGB (Red+Green+Blue) = 165+10+196=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #A50AC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50AC4 is #5AF53B. Grayscale: #4C4C4C. Windows color (decimal): -5961020 or 12847781. OLE color: 12847781.
HSL color Cylindrical-coordinate representation of color #A50AC4: hue angle of 290º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50AC4 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 10 | 196 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.23 |
| HSL | 290º | 0.9% | 0.4% | - |
| HSV(B) | 290º | 0.95% | 0.77% | - |
| XYZ | 25.59 | 12.2 | 53.23 | - |
| YUV | 77.55 | 194.85 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 196 | 0.16 | 0.95 | 0 | 0.23 | 290 | 0.9 | 0.4 |
| Hex | A5 | A | C4 | 10 | 5F | 0 | 17 | 122 | 5A | 28 |
| Octal | 245 | 12 | 304 | 20 | 137 | 0 | 27 | 442 | 132 | 50 |
| Binary | 10100101 | 1010 | 11000100 | 10000 | 1011111 | 0 | 10111 | 100100010 | 1011010 | 101000 |
Color Harmonies of #A50AC4
Complementary color
Monochromatic Colors of #A50AC4
Black with #A50AC4
Text Example
Text Example
White with #A50AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50AC4; }
p { color: rgb(165,10,196); }
H1.HeaderClassName
{
color: #A50AC4;
}
.AnyTagClassName
{
color: #A50AC4;
}
</style>
background-color css
<style>
a { background-color: #A50AC4; }
a { background-color: rgb(165,10,196); }
div.DivClassName
{
background-color: #A50AC4;
}
.BgClassName
{
background-color: #A50AC4;
}
</style>
border-color css
<style>
span { border-color: #A50AC4; }
span { border-color: rgb(165,10,196); }
td.TdClassName
{
border-color: #A50AC4;
}
.TagClassName
{
border-color: #A50AC4;
}
</style>