Shades of Dark Violet #A30FB4
Tints of Dark Violet #A30FB4
RGB
CMYK
RGB Variations
Color information
#A30FB4 (or 0xA30FB4) is known color: Dark Violet. HEX triplet: A3, 0F and B4. RGB value is (163,15,180). Sum of RGB (Red+Green+Blue) = 163+15+180=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #A30FB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FB4 is #5CF04B. Grayscale: #4D4D4D. Windows color (decimal): -6090828 or 11800483. OLE color: 11800483.
HSL color Cylindrical-coordinate representation of color #A30FB4: hue angle of 293.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30FB4 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 15 | 180 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.29 |
| HSL | 293.82º | 0.85% | 0.38% | - |
| HSV(B) | 293.82º | 0.92% | 0.71% | - |
| XYZ | 23.51 | 11.42 | 44.15 | - |
| YUV | 78.06 | 185.53 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 180 | 0.09 | 0.92 | 0 | 0.29 | 293.82 | 0.85 | 0.38 |
| Hex | A3 | F | B4 | 9 | 5C | 0 | 1D | 126 | 55 | 26 |
| Octal | 243 | 17 | 264 | 11 | 134 | 0 | 35 | 446 | 125 | 46 |
| Binary | 10100011 | 1111 | 10110100 | 1001 | 1011100 | 0 | 11101 | 100100110 | 1010101 | 100110 |
Color Harmonies of #A30FB4
Complementary color
Monochromatic Colors of #A30FB4
Black with #A30FB4
Text Example
Text Example
White with #A30FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FB4; }
p { color: rgb(163,15,180); }
H1.HeaderClassName
{
color: #A30FB4;
}
.AnyTagClassName
{
color: #A30FB4;
}
</style>
background-color css
<style>
a { background-color: #A30FB4; }
a { background-color: rgb(163,15,180); }
div.DivClassName
{
background-color: #A30FB4;
}
.BgClassName
{
background-color: #A30FB4;
}
</style>
border-color css
<style>
span { border-color: #A30FB4; }
span { border-color: rgb(163,15,180); }
td.TdClassName
{
border-color: #A30FB4;
}
.TagClassName
{
border-color: #A30FB4;
}
</style>