Shades of Dark Violet #A30BB4
Tints of Dark Violet #A30BB4
RGB
CMYK
RGB Variations
Color information
#A30BB4 (or 0xA30BB4) is known color: Dark Violet. HEX triplet: A3, 0B and B4. RGB value is (163,11,180). Sum of RGB (Red+Green+Blue) = 163+11+180=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #A30BB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BB4 is #5CF44B. Grayscale: #4B4B4B. Windows color (decimal): -6091852 or 11799459. OLE color: 11799459.
HSL color Cylindrical-coordinate representation of color #A30BB4: hue angle of 293.96º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30BB4 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 11 | 180 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.29 |
| HSL | 293.96º | 0.88% | 0.37% | - |
| HSV(B) | 293.96º | 0.94% | 0.71% | - |
| XYZ | 23.46 | 11.32 | 44.13 | - |
| YUV | 75.71 | 186.86 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 180 | 0.09 | 0.94 | 0 | 0.29 | 293.96 | 0.88 | 0.37 |
| Hex | A3 | B | B4 | 9 | 5E | 0 | 1D | 126 | 58 | 25 |
| Octal | 243 | 13 | 264 | 11 | 136 | 0 | 35 | 446 | 130 | 45 |
| Binary | 10100011 | 1011 | 10110100 | 1001 | 1011110 | 0 | 11101 | 100100110 | 1011000 | 100101 |
Color Harmonies of #A30BB4
Complementary color
Monochromatic Colors of #A30BB4
Black with #A30BB4
Text Example
Text Example
White with #A30BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BB4; }
p { color: rgb(163,11,180); }
H1.HeaderClassName
{
color: #A30BB4;
}
.AnyTagClassName
{
color: #A30BB4;
}
</style>
background-color css
<style>
a { background-color: #A30BB4; }
a { background-color: rgb(163,11,180); }
div.DivClassName
{
background-color: #A30BB4;
}
.BgClassName
{
background-color: #A30BB4;
}
</style>
border-color css
<style>
span { border-color: #A30BB4; }
span { border-color: rgb(163,11,180); }
td.TdClassName
{
border-color: #A30BB4;
}
.TagClassName
{
border-color: #A30BB4;
}
</style>