Shades of Dark Violet #A50BEA
Tints of Dark Violet #A50BEA
RGB
CMYK
RGB Variations
Color information
#A50BEA (or 0xA50BEA) is known color: Dark Violet. HEX triplet: A5, 0B and EA. RGB value is (165,11,234). Sum of RGB (Red+Green+Blue) = 165+11+234=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #A50BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50BEA is #5AF415. Grayscale: #515151. Windows color (decimal): -5960726 or 15338405. OLE color: 15338405.
HSL color Cylindrical-coordinate representation of color #A50BEA: hue angle of 281.43º degrees, saturation: 0.91, 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 #A50BEA is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 11 | 234 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.08 |
| HSL | 281.44º | 0.91% | 0.48% | - |
| HSV(B) | 281.44º | 0.95% | 0.92% | - |
| XYZ | 30.49 | 14.18 | 78.97 | - |
| YUV | 82.47 | 213.52 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 234 | 0.29 | 0.95 | 0 | 0.08 | 281.44 | 0.91 | 0.48 |
| Hex | A5 | B | EA | 1D | 5F | 0 | 8 | 119 | 5B | 30 |
| Octal | 245 | 13 | 352 | 35 | 137 | 0 | 10 | 431 | 133 | 60 |
| Binary | 10100101 | 1011 | 11101010 | 11101 | 1011111 | 0 | 1000 | 100011001 | 1011011 | 110000 |
Color Harmonies of #A50BEA
Complementary color
Monochromatic Colors of #A50BEA
Black with #A50BEA
Text Example
Text Example
White with #A50BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50BEA; }
p { color: rgb(165,11,234); }
H1.HeaderClassName
{
color: #A50BEA;
}
.AnyTagClassName
{
color: #A50BEA;
}
</style>
background-color css
<style>
a { background-color: #A50BEA; }
a { background-color: rgb(165,11,234); }
div.DivClassName
{
background-color: #A50BEA;
}
.BgClassName
{
background-color: #A50BEA;
}
</style>
border-color css
<style>
span { border-color: #A50BEA; }
span { border-color: rgb(165,11,234); }
td.TdClassName
{
border-color: #A50BEA;
}
.TagClassName
{
border-color: #A50BEA;
}
</style>