Shades of Dark Violet #A30FB3
Tints of Dark Violet #A30FB3
RGB
CMYK
RGB Variations
Color information
#A30FB3 (or 0xA30FB3) is known color: Dark Violet. HEX triplet: A3, 0F and B3. RGB value is (163,15,179). Sum of RGB (Red+Green+Blue) = 163+15+179=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #A30FB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FB3 is #5CF04C. Grayscale: #4D4D4D. Windows color (decimal): -6090829 or 11734947. OLE color: 11734947.
HSL color Cylindrical-coordinate representation of color #A30FB3: hue angle of 294.15º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30FB3 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 15 | 179 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.30 |
| HSL | 294.15º | 0.85% | 0.38% | - |
| HSV(B) | 294.15º | 0.92% | 0.7% | - |
| XYZ | 23.41 | 11.38 | 43.61 | - |
| YUV | 77.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 179 | 0.09 | 0.92 | 0 | 0.30 | 294.15 | 0.85 | 0.38 |
| Hex | A3 | F | B3 | 9 | 5C | 0 | 1E | 126 | 55 | 26 |
| Octal | 243 | 17 | 263 | 11 | 134 | 0 | 36 | 446 | 125 | 46 |
| Binary | 10100011 | 1111 | 10110011 | 1001 | 1011100 | 0 | 11110 | 100100110 | 1010101 | 100110 |
Color Harmonies of #A30FB3
Complementary color
Monochromatic Colors of #A30FB3
Black with #A30FB3
Text Example
Text Example
White with #A30FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FB3; }
p { color: rgb(163,15,179); }
H1.HeaderClassName
{
color: #A30FB3;
}
.AnyTagClassName
{
color: #A30FB3;
}
</style>
background-color css
<style>
a { background-color: #A30FB3; }
a { background-color: rgb(163,15,179); }
div.DivClassName
{
background-color: #A30FB3;
}
.BgClassName
{
background-color: #A30FB3;
}
</style>
border-color css
<style>
span { border-color: #A30FB3; }
span { border-color: rgb(163,15,179); }
td.TdClassName
{
border-color: #A30FB3;
}
.TagClassName
{
border-color: #A30FB3;
}
</style>