Shades of Dark Violet #A30ECF
Tints of Dark Violet #A30ECF
RGB
CMYK
RGB Variations
Color information
#A30ECF (or 0xA30ECF) is known color: Dark Violet. HEX triplet: A3, 0E and CF. RGB value is (163,14,207). Sum of RGB (Red+Green+Blue) = 163+14+207=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #A30ECF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ECF is #5CF130. Grayscale: #4F4F4F. Windows color (decimal): -6091057 or 13569699. OLE color: 13569699.
HSL color Cylindrical-coordinate representation of color #A30ECF: hue angle of 286.32º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30ECF is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 163 | 14 | 207 | - |
CMYK | 0.21 | 0.93 | 0 | 0.19 |
HSL | 286.32º | 0.87% | 0.43% | - |
HSV(B) | 286.32º | 0.93% | 0.81% | - |
XYZ | 26.52 | 12.61 | 60.07 | - |
YUV | 80.55 | 199.36 | 186.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 14 | 207 | 0.21 | 0.93 | 0 | 0.19 | 286.32 | 0.87 | 0.43 |
Hex | A3 | E | CF | 15 | 5D | 0 | 13 | 11E | 57 | 2B |
Octal | 243 | 16 | 317 | 25 | 135 | 0 | 23 | 436 | 127 | 53 |
Binary | 10100011 | 1110 | 11001111 | 10101 | 1011101 | 0 | 10011 | 100011110 | 1010111 | 101011 |
Color Harmonies of #A30ECF
Complementary color
Monochromatic Colors of #A30ECF
Black with #A30ECF
Text Example
Text Example
White with #A30ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30ECF; }
p { color: rgb(163,14,207); }
H1.HeaderClassName
{
color: #A30ECF;
}
.AnyTagClassName
{
color: #A30ECF;
}
</style>
background-color css
<style>
a { background-color: #A30ECF; }
a { background-color: rgb(163,14,207); }
div.DivClassName
{
background-color: #A30ECF;
}
.BgClassName
{
background-color: #A30ECF;
}
</style>
border-color css
<style>
span { border-color: #A30ECF; }
span { border-color: rgb(163,14,207); }
td.TdClassName
{
border-color: #A30ECF;
}
.TagClassName
{
border-color: #A30ECF;
}
</style>