Shades of Dark Violet #A30BBF
Tints of Dark Violet #A30BBF
RGB
CMYK
RGB Variations
Color information
#A30BBF (or 0xA30BBF) is known color: Dark Violet. HEX triplet: A3, 0B and BF. RGB value is (163,11,191). Sum of RGB (Red+Green+Blue) = 163+11+191=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #A30BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BBF is #5CF440. Grayscale: #4C4C4C. Windows color (decimal): -6091841 or 12520355. OLE color: 12520355.
HSL color Cylindrical-coordinate representation of color #A30BBF: hue angle of 290.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30BBF is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 11 | 191 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.25 |
| HSL | 290.67º | 0.89% | 0.4% | - |
| HSV(B) | 290.67º | 0.94% | 0.75% | - |
| XYZ | 24.63 | 11.79 | 50.27 | - |
| YUV | 76.97 | 192.36 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 191 | 0.15 | 0.94 | 0 | 0.25 | 290.67 | 0.89 | 0.4 |
| Hex | A3 | B | BF | F | 5E | 0 | 19 | 123 | 59 | 28 |
| Octal | 243 | 13 | 277 | 17 | 136 | 0 | 31 | 443 | 131 | 50 |
| Binary | 10100011 | 1011 | 10111111 | 1111 | 1011110 | 0 | 11001 | 100100011 | 1011001 | 101000 |
Color Harmonies of #A30BBF
Complementary color
Monochromatic Colors of #A30BBF
Black with #A30BBF
Text Example
Text Example
White with #A30BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BBF; }
p { color: rgb(163,11,191); }
H1.HeaderClassName
{
color: #A30BBF;
}
.AnyTagClassName
{
color: #A30BBF;
}
</style>
background-color css
<style>
a { background-color: #A30BBF; }
a { background-color: rgb(163,11,191); }
div.DivClassName
{
background-color: #A30BBF;
}
.BgClassName
{
background-color: #A30BBF;
}
</style>
border-color css
<style>
span { border-color: #A30BBF; }
span { border-color: rgb(163,11,191); }
td.TdClassName
{
border-color: #A30BBF;
}
.TagClassName
{
border-color: #A30BBF;
}
</style>