Shades of Dark Violet #A30FCB
Tints of Dark Violet #A30FCB
RGB
CMYK
RGB Variations
Color information
#A30FCB (or 0xA30FCB) is known color: Dark Violet. HEX triplet: A3, 0F and CB. RGB value is (163,15,203). Sum of RGB (Red+Green+Blue) = 163+15+203=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #A30FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FCB is #5CF034. Grayscale: #505050. Windows color (decimal): -6090805 or 13307811. OLE color: 13307811.
HSL color Cylindrical-coordinate representation of color #A30FCB: hue angle of 287.23º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30FCB is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 15 | 203 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.20 |
| HSL | 287.23º | 0.86% | 0.43% | - |
| HSV(B) | 287.23º | 0.93% | 0.8% | - |
| XYZ | 26.05 | 12.44 | 57.53 | - |
| YUV | 80.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 203 | 0.20 | 0.93 | 0 | 0.20 | 287.23 | 0.86 | 0.43 |
| Hex | A3 | F | CB | 14 | 5D | 0 | 14 | 11F | 56 | 2B |
| Octal | 243 | 17 | 313 | 24 | 135 | 0 | 24 | 437 | 126 | 53 |
| Binary | 10100011 | 1111 | 11001011 | 10100 | 1011101 | 0 | 10100 | 100011111 | 1010110 | 101011 |
Color Harmonies of #A30FCB
Complementary color
Monochromatic Colors of #A30FCB
Black with #A30FCB
Text Example
Text Example
White with #A30FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FCB; }
p { color: rgb(163,15,203); }
H1.HeaderClassName
{
color: #A30FCB;
}
.AnyTagClassName
{
color: #A30FCB;
}
</style>
background-color css
<style>
a { background-color: #A30FCB; }
a { background-color: rgb(163,15,203); }
div.DivClassName
{
background-color: #A30FCB;
}
.BgClassName
{
background-color: #A30FCB;
}
</style>
border-color css
<style>
span { border-color: #A30FCB; }
span { border-color: rgb(163,15,203); }
td.TdClassName
{
border-color: #A30FCB;
}
.TagClassName
{
border-color: #A30FCB;
}
</style>