Shades of Dark Violet #A50CEA
Tints of Dark Violet #A50CEA
RGB
CMYK
RGB Variations
Color information
#A50CEA (or 0xA50CEA) is known color: Dark Violet. HEX triplet: A5, 0C and EA. RGB value is (165,12,234). Sum of RGB (Red+Green+Blue) = 165+12+234=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #A50CEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50CEA is #5AF315. Grayscale: #525252. Windows color (decimal): -5960470 or 15338661. OLE color: 15338661.
HSL color Cylindrical-coordinate representation of color #A50CEA: hue angle of 281.35º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50CEA is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 12 | 234 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.08 |
| HSL | 281.35º | 0.9% | 0.48% | - |
| HSV(B) | 281.35º | 0.95% | 0.92% | - |
| XYZ | 30.5 | 14.2 | 78.98 | - |
| YUV | 83.06 | 213.19 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 234 | 0.29 | 0.95 | 0 | 0.08 | 281.35 | 0.9 | 0.48 |
| Hex | A5 | C | EA | 1D | 5F | 0 | 8 | 119 | 5A | 30 |
| Octal | 245 | 14 | 352 | 35 | 137 | 0 | 10 | 431 | 132 | 60 |
| Binary | 10100101 | 1100 | 11101010 | 11101 | 1011111 | 0 | 1000 | 100011001 | 1011010 | 110000 |
Color Harmonies of #A50CEA
Complementary color
Monochromatic Colors of #A50CEA
Black with #A50CEA
Text Example
Text Example
White with #A50CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50CEA; }
p { color: rgb(165,12,234); }
H1.HeaderClassName
{
color: #A50CEA;
}
.AnyTagClassName
{
color: #A50CEA;
}
</style>
background-color css
<style>
a { background-color: #A50CEA; }
a { background-color: rgb(165,12,234); }
div.DivClassName
{
background-color: #A50CEA;
}
.BgClassName
{
background-color: #A50CEA;
}
</style>
border-color css
<style>
span { border-color: #A50CEA; }
span { border-color: rgb(165,12,234); }
td.TdClassName
{
border-color: #A50CEA;
}
.TagClassName
{
border-color: #A50CEA;
}
</style>