Shades of Dark Violet #A30BAF
Tints of Dark Violet #A30BAF
RGB
CMYK
RGB Variations
Color information
#A30BAF (or 0xA30BAF) is known color: Dark Violet. HEX triplet: A3, 0B and AF. RGB value is (163,11,175). Sum of RGB (Red+Green+Blue) = 163+11+175=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #A30BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30BAF is #5CF450. Grayscale: #4A4A4A. Windows color (decimal): -6091857 or 11471779. OLE color: 11471779.
HSL color Cylindrical-coordinate representation of color #A30BAF: hue angle of 295.61º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30BAF is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 11 | 175 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.31 |
| HSL | 295.61º | 0.88% | 0.36% | - |
| HSV(B) | 295.61º | 0.94% | 0.69% | - |
| XYZ | 22.96 | 11.12 | 41.49 | - |
| YUV | 75.14 | 184.36 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 175 | 0.07 | 0.94 | 0 | 0.31 | 295.61 | 0.88 | 0.36 |
| Hex | A3 | B | AF | 7 | 5E | 0 | 1F | 128 | 58 | 24 |
| Octal | 243 | 13 | 257 | 7 | 136 | 0 | 37 | 450 | 130 | 44 |
| Binary | 10100011 | 1011 | 10101111 | 111 | 1011110 | 0 | 11111 | 100101000 | 1011000 | 100100 |
Color Harmonies of #A30BAF
Complementary color
Monochromatic Colors of #A30BAF
Black with #A30BAF
Text Example
Text Example
White with #A30BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BAF; }
p { color: rgb(163,11,175); }
H1.HeaderClassName
{
color: #A30BAF;
}
.AnyTagClassName
{
color: #A30BAF;
}
</style>
background-color css
<style>
a { background-color: #A30BAF; }
a { background-color: rgb(163,11,175); }
div.DivClassName
{
background-color: #A30BAF;
}
.BgClassName
{
background-color: #A30BAF;
}
</style>
border-color css
<style>
span { border-color: #A30BAF; }
span { border-color: rgb(163,11,175); }
td.TdClassName
{
border-color: #A30BAF;
}
.TagClassName
{
border-color: #A30BAF;
}
</style>