Shades of Dark Violet #A30BB3
Tints of Dark Violet #A30BB3
RGB
CMYK
RGB Variations
Color information
#A30BB3 (or 0xA30BB3) is known color: Dark Violet. HEX triplet: A3, 0B and B3. RGB value is (163,11,179). Sum of RGB (Red+Green+Blue) = 163+11+179=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #A30BB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BB3 is #5CF44C. Grayscale: #4B4B4B. Windows color (decimal): -6091853 or 11733923. OLE color: 11733923.
HSL color Cylindrical-coordinate representation of color #A30BB3: hue angle of 294.29º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30BB3 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 11 | 179 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.30 |
| HSL | 294.29º | 0.88% | 0.37% | - |
| HSV(B) | 294.29º | 0.94% | 0.7% | - |
| XYZ | 23.36 | 11.28 | 43.59 | - |
| YUV | 75.6 | 186.36 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 179 | 0.09 | 0.94 | 0 | 0.30 | 294.29 | 0.88 | 0.37 |
| Hex | A3 | B | B3 | 9 | 5E | 0 | 1E | 126 | 58 | 25 |
| Octal | 243 | 13 | 263 | 11 | 136 | 0 | 36 | 446 | 130 | 45 |
| Binary | 10100011 | 1011 | 10110011 | 1001 | 1011110 | 0 | 11110 | 100100110 | 1011000 | 100101 |
Color Harmonies of #A30BB3
Complementary color
Monochromatic Colors of #A30BB3
Black with #A30BB3
Text Example
Text Example
White with #A30BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BB3; }
p { color: rgb(163,11,179); }
H1.HeaderClassName
{
color: #A30BB3;
}
.AnyTagClassName
{
color: #A30BB3;
}
</style>
background-color css
<style>
a { background-color: #A30BB3; }
a { background-color: rgb(163,11,179); }
div.DivClassName
{
background-color: #A30BB3;
}
.BgClassName
{
background-color: #A30BB3;
}
</style>
border-color css
<style>
span { border-color: #A30BB3; }
span { border-color: rgb(163,11,179); }
td.TdClassName
{
border-color: #A30BB3;
}
.TagClassName
{
border-color: #A30BB3;
}
</style>