Shades of Dark Violet #A00FB5
Tints of Dark Violet #A00FB5
RGB
CMYK
RGB Variations
Color information
#A00FB5 (or 0xA00FB5) is known color: Dark Violet. HEX triplet: A0, 0F and B5. RGB value is (160,15,181). Sum of RGB (Red+Green+Blue) = 160+15+181=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #A00FB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FB5 is #5FF04A. Grayscale: #4C4C4C. Windows color (decimal): -6287435 or 11866016. OLE color: 11866016.
HSL color Cylindrical-coordinate representation of color #A00FB5: hue angle of 292.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00FB5 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 15 | 181 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.29 |
| HSL | 292.41º | 0.85% | 0.38% | - |
| HSV(B) | 292.41º | 0.92% | 0.71% | - |
| XYZ | 23.01 | 11.15 | 44.66 | - |
| YUV | 77.28 | 186.54 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 181 | 0.12 | 0.92 | 0 | 0.29 | 292.41 | 0.85 | 0.38 |
| Hex | A0 | F | B5 | C | 5C | 0 | 1D | 124 | 55 | 26 |
| Octal | 240 | 17 | 265 | 14 | 134 | 0 | 35 | 444 | 125 | 46 |
| Binary | 10100000 | 1111 | 10110101 | 1100 | 1011100 | 0 | 11101 | 100100100 | 1010101 | 100110 |
Color Harmonies of #A00FB5
Complementary color
Monochromatic Colors of #A00FB5
Black with #A00FB5
Text Example
Text Example
White with #A00FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FB5; }
p { color: rgb(160,15,181); }
H1.HeaderClassName
{
color: #A00FB5;
}
.AnyTagClassName
{
color: #A00FB5;
}
</style>
background-color css
<style>
a { background-color: #A00FB5; }
a { background-color: rgb(160,15,181); }
div.DivClassName
{
background-color: #A00FB5;
}
.BgClassName
{
background-color: #A00FB5;
}
</style>
border-color css
<style>
span { border-color: #A00FB5; }
span { border-color: rgb(160,15,181); }
td.TdClassName
{
border-color: #A00FB5;
}
.TagClassName
{
border-color: #A00FB5;
}
</style>