Shades of Dark Violet #A30FB2
Tints of Dark Violet #A30FB2
RGB
CMYK
RGB Variations
Color information
#A30FB2 (or 0xA30FB2) is known color: Dark Violet. HEX triplet: A3, 0F and B2. RGB value is (163,15,178). Sum of RGB (Red+Green+Blue) = 163+15+178=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #A30FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30FB2 is #5CF04D. Grayscale: #4D4D4D. Windows color (decimal): -6090830 or 11669411. OLE color: 11669411.
HSL color Cylindrical-coordinate representation of color #A30FB2: hue angle of 294.48º degrees, saturation: 0.84, 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 #A30FB2 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 15 | 178 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.30 |
| HSL | 294.48º | 0.84% | 0.38% | - |
| HSV(B) | 294.48º | 0.92% | 0.7% | - |
| XYZ | 23.31 | 11.34 | 43.08 | - |
| YUV | 77.83 | 184.53 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 178 | 0.08 | 0.92 | 0 | 0.30 | 294.48 | 0.84 | 0.38 |
| Hex | A3 | F | B2 | 8 | 5C | 0 | 1E | 126 | 54 | 26 |
| Octal | 243 | 17 | 262 | 10 | 134 | 0 | 36 | 446 | 124 | 46 |
| Binary | 10100011 | 1111 | 10110010 | 1000 | 1011100 | 0 | 11110 | 100100110 | 1010100 | 100110 |
Color Harmonies of #A30FB2
Complementary color
Monochromatic Colors of #A30FB2
Black with #A30FB2
Text Example
Text Example
White with #A30FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FB2; }
p { color: rgb(163,15,178); }
H1.HeaderClassName
{
color: #A30FB2;
}
.AnyTagClassName
{
color: #A30FB2;
}
</style>
background-color css
<style>
a { background-color: #A30FB2; }
a { background-color: rgb(163,15,178); }
div.DivClassName
{
background-color: #A30FB2;
}
.BgClassName
{
background-color: #A30FB2;
}
</style>
border-color css
<style>
span { border-color: #A30FB2; }
span { border-color: rgb(163,15,178); }
td.TdClassName
{
border-color: #A30FB2;
}
.TagClassName
{
border-color: #A30FB2;
}
</style>