Shades of Dark Violet #A50BE0
Tints of Dark Violet #A50BE0
RGB
CMYK
RGB Variations
Color information
#A50BE0 (or 0xA50BE0) is known color: Dark Violet. HEX triplet: A5, 0B and E0. RGB value is (165,11,224). Sum of RGB (Red+Green+Blue) = 165+11+224=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #A50BE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BE0 is #5AF41F. Grayscale: #505050. Windows color (decimal): -5960736 or 14683045. OLE color: 14683045.
HSL color Cylindrical-coordinate representation of color #A50BE0: hue angle of 283.38º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50BE0 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 11 | 224 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.12 |
| HSL | 283.38º | 0.91% | 0.46% | - |
| HSV(B) | 283.38º | 0.95% | 0.88% | - |
| XYZ | 29.09 | 13.62 | 71.62 | - |
| YUV | 81.33 | 208.52 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 224 | 0.26 | 0.95 | 0 | 0.12 | 283.38 | 0.91 | 0.46 |
| Hex | A5 | B | E0 | 1A | 5F | 0 | C | 11B | 5B | 2E |
| Octal | 245 | 13 | 340 | 32 | 137 | 0 | 14 | 433 | 133 | 56 |
| Binary | 10100101 | 1011 | 11100000 | 11010 | 1011111 | 0 | 1100 | 100011011 | 1011011 | 101110 |
Color Harmonies of #A50BE0
Complementary color
Monochromatic Colors of #A50BE0
Black with #A50BE0
Text Example
Text Example
White with #A50BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50BE0; }
p { color: rgb(165,11,224); }
H1.HeaderClassName
{
color: #A50BE0;
}
.AnyTagClassName
{
color: #A50BE0;
}
</style>
background-color css
<style>
a { background-color: #A50BE0; }
a { background-color: rgb(165,11,224); }
div.DivClassName
{
background-color: #A50BE0;
}
.BgClassName
{
background-color: #A50BE0;
}
</style>
border-color css
<style>
span { border-color: #A50BE0; }
span { border-color: rgb(165,11,224); }
td.TdClassName
{
border-color: #A50BE0;
}
.TagClassName
{
border-color: #A50BE0;
}
</style>