Shades of Dark Violet #A30FBB
Tints of Dark Violet #A30FBB
RGB
CMYK
RGB Variations
Color information
#A30FBB (or 0xA30FBB) is known color: Dark Violet. HEX triplet: A3, 0F and BB. RGB value is (163,15,187). Sum of RGB (Red+Green+Blue) = 163+15+187=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #A30FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FBB is #5CF044. Grayscale: #4E4E4E. Windows color (decimal): -6090821 or 12259235. OLE color: 12259235.
HSL color Cylindrical-coordinate representation of color #A30FBB: hue angle of 291.63º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30FBB is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 15 | 187 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.27 |
| HSL | 291.63º | 0.85% | 0.4% | - |
| HSV(B) | 291.63º | 0.92% | 0.73% | - |
| XYZ | 24.24 | 11.72 | 48 | - |
| YUV | 78.86 | 189.03 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 187 | 0.13 | 0.92 | 0 | 0.27 | 291.63 | 0.85 | 0.4 |
| Hex | A3 | F | BB | D | 5C | 0 | 1B | 124 | 55 | 28 |
| Octal | 243 | 17 | 273 | 15 | 134 | 0 | 33 | 444 | 125 | 50 |
| Binary | 10100011 | 1111 | 10111011 | 1101 | 1011100 | 0 | 11011 | 100100100 | 1010101 | 101000 |
Color Harmonies of #A30FBB
Complementary color
Monochromatic Colors of #A30FBB
Black with #A30FBB
Text Example
Text Example
White with #A30FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FBB; }
p { color: rgb(163,15,187); }
H1.HeaderClassName
{
color: #A30FBB;
}
.AnyTagClassName
{
color: #A30FBB;
}
</style>
background-color css
<style>
a { background-color: #A30FBB; }
a { background-color: rgb(163,15,187); }
div.DivClassName
{
background-color: #A30FBB;
}
.BgClassName
{
background-color: #A30FBB;
}
</style>
border-color css
<style>
span { border-color: #A30FBB; }
span { border-color: rgb(163,15,187); }
td.TdClassName
{
border-color: #A30FBB;
}
.TagClassName
{
border-color: #A30FBB;
}
</style>