Shades of Dark Violet #A30BBB
Tints of Dark Violet #A30BBB
RGB
CMYK
RGB Variations
Color information
#A30BBB (or 0xA30BBB) is known color: Dark Violet. HEX triplet: A3, 0B and BB. RGB value is (163,11,187). Sum of RGB (Red+Green+Blue) = 163+11+187=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #A30BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BBB is #5CF444. Grayscale: #4B4B4B. Windows color (decimal): -6091845 or 12258211. OLE color: 12258211.
HSL color Cylindrical-coordinate representation of color #A30BBB: hue angle of 291.82º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30BBB is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 11 | 187 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.27 |
| HSL | 291.82º | 0.89% | 0.39% | - |
| HSV(B) | 291.82º | 0.94% | 0.73% | - |
| XYZ | 24.19 | 11.61 | 47.98 | - |
| YUV | 76.51 | 190.36 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 187 | 0.13 | 0.94 | 0 | 0.27 | 291.82 | 0.89 | 0.39 |
| Hex | A3 | B | BB | D | 5E | 0 | 1B | 124 | 59 | 27 |
| Octal | 243 | 13 | 273 | 15 | 136 | 0 | 33 | 444 | 131 | 47 |
| Binary | 10100011 | 1011 | 10111011 | 1101 | 1011110 | 0 | 11011 | 100100100 | 1011001 | 100111 |
Color Harmonies of #A30BBB
Complementary color
Monochromatic Colors of #A30BBB
Black with #A30BBB
Text Example
Text Example
White with #A30BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BBB; }
p { color: rgb(163,11,187); }
H1.HeaderClassName
{
color: #A30BBB;
}
.AnyTagClassName
{
color: #A30BBB;
}
</style>
background-color css
<style>
a { background-color: #A30BBB; }
a { background-color: rgb(163,11,187); }
div.DivClassName
{
background-color: #A30BBB;
}
.BgClassName
{
background-color: #A30BBB;
}
</style>
border-color css
<style>
span { border-color: #A30BBB; }
span { border-color: rgb(163,11,187); }
td.TdClassName
{
border-color: #A30BBB;
}
.TagClassName
{
border-color: #A30BBB;
}
</style>