Shades of Dark Violet #A00BED
Tints of Dark Violet #A00BED
RGB
CMYK
RGB Variations
Color information
#A00BED (or 0xA00BED) is known color: Dark Violet. HEX triplet: A0, 0B and ED. RGB value is (160,11,237). Sum of RGB (Red+Green+Blue) = 160+11+237=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #A00BED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00BED is #5FF412. Grayscale: #505050. Windows color (decimal): -6288403 or 15535008. OLE color: 15535008.
HSL color Cylindrical-coordinate representation of color #A00BED: hue angle of 279.56º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00BED is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 11 | 237 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.07 |
| HSL | 279.56º | 0.91% | 0.49% | - |
| HSV(B) | 279.56º | 0.95% | 0.93% | - |
| XYZ | 29.9 | 13.83 | 81.21 | - |
| YUV | 81.32 | 215.86 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 237 | 0.32 | 0.95 | 0 | 0.07 | 279.56 | 0.91 | 0.49 |
| Hex | A0 | B | ED | 20 | 5F | 0 | 7 | 118 | 5B | 31 |
| Octal | 240 | 13 | 355 | 40 | 137 | 0 | 7 | 430 | 133 | 61 |
| Binary | 10100000 | 1011 | 11101101 | 100000 | 1011111 | 0 | 111 | 100011000 | 1011011 | 110001 |
Color Harmonies of #A00BED
Complementary color
Monochromatic Colors of #A00BED
Black with #A00BED
Text Example
Text Example
White with #A00BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BED; }
p { color: rgb(160,11,237); }
H1.HeaderClassName
{
color: #A00BED;
}
.AnyTagClassName
{
color: #A00BED;
}
</style>
background-color css
<style>
a { background-color: #A00BED; }
a { background-color: rgb(160,11,237); }
div.DivClassName
{
background-color: #A00BED;
}
.BgClassName
{
background-color: #A00BED;
}
</style>
border-color css
<style>
span { border-color: #A00BED; }
span { border-color: rgb(160,11,237); }
td.TdClassName
{
border-color: #A00BED;
}
.TagClassName
{
border-color: #A00BED;
}
</style>