Shades of Dark Violet #A30BB8
Tints of Dark Violet #A30BB8
RGB
CMYK
RGB Variations
Color information
#A30BB8 (or 0xA30BB8) is known color: Dark Violet. HEX triplet: A3, 0B and B8. RGB value is (163,11,184). Sum of RGB (Red+Green+Blue) = 163+11+184=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #A30BB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BB8 is #5CF447. Grayscale: #4B4B4B. Windows color (decimal): -6091848 or 12061603. OLE color: 12061603.
HSL color Cylindrical-coordinate representation of color #A30BB8: hue angle of 292.72º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30BB8 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 11 | 184 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.28 |
| HSL | 292.72º | 0.89% | 0.38% | - |
| HSV(B) | 292.72º | 0.94% | 0.72% | - |
| XYZ | 23.88 | 11.49 | 46.31 | - |
| YUV | 76.17 | 188.86 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 184 | 0.11 | 0.94 | 0 | 0.28 | 292.72 | 0.89 | 0.38 |
| Hex | A3 | B | B8 | B | 5E | 0 | 1C | 125 | 59 | 26 |
| Octal | 243 | 13 | 270 | 13 | 136 | 0 | 34 | 445 | 131 | 46 |
| Binary | 10100011 | 1011 | 10111000 | 1011 | 1011110 | 0 | 11100 | 100100101 | 1011001 | 100110 |
Color Harmonies of #A30BB8
Complementary color
Monochromatic Colors of #A30BB8
Black with #A30BB8
Text Example
Text Example
White with #A30BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BB8; }
p { color: rgb(163,11,184); }
H1.HeaderClassName
{
color: #A30BB8;
}
.AnyTagClassName
{
color: #A30BB8;
}
</style>
background-color css
<style>
a { background-color: #A30BB8; }
a { background-color: rgb(163,11,184); }
div.DivClassName
{
background-color: #A30BB8;
}
.BgClassName
{
background-color: #A30BB8;
}
</style>
border-color css
<style>
span { border-color: #A30BB8; }
span { border-color: rgb(163,11,184); }
td.TdClassName
{
border-color: #A30BB8;
}
.TagClassName
{
border-color: #A30BB8;
}
</style>