Shades of Dark Violet #A30CCF
Tints of Dark Violet #A30CCF
RGB
CMYK
RGB Variations
Color information
#A30CCF (or 0xA30CCF) is known color: Dark Violet. HEX triplet: A3, 0C and CF. RGB value is (163,12,207). Sum of RGB (Red+Green+Blue) = 163+12+207=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #A30CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CCF is #5CF330. Grayscale: #4E4E4E. Windows color (decimal): -6091569 or 13569187. OLE color: 13569187.
HSL color Cylindrical-coordinate representation of color #A30CCF: hue angle of 286.46º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30CCF is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 12 | 207 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.19 |
| HSL | 286.46º | 0.89% | 0.43% | - |
| HSV(B) | 286.46º | 0.94% | 0.81% | - |
| XYZ | 26.5 | 12.55 | 60.06 | - |
| YUV | 79.38 | 200.03 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 207 | 0.21 | 0.94 | 0 | 0.19 | 286.46 | 0.89 | 0.43 |
| Hex | A3 | C | CF | 15 | 5E | 0 | 13 | 11E | 59 | 2B |
| Octal | 243 | 14 | 317 | 25 | 136 | 0 | 23 | 436 | 131 | 53 |
| Binary | 10100011 | 1100 | 11001111 | 10101 | 1011110 | 0 | 10011 | 100011110 | 1011001 | 101011 |
Color Harmonies of #A30CCF
Complementary color
Monochromatic Colors of #A30CCF
Black with #A30CCF
Text Example
Text Example
White with #A30CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30CCF; }
p { color: rgb(163,12,207); }
H1.HeaderClassName
{
color: #A30CCF;
}
.AnyTagClassName
{
color: #A30CCF;
}
</style>
background-color css
<style>
a { background-color: #A30CCF; }
a { background-color: rgb(163,12,207); }
div.DivClassName
{
background-color: #A30CCF;
}
.BgClassName
{
background-color: #A30CCF;
}
</style>
border-color css
<style>
span { border-color: #A30CCF; }
span { border-color: rgb(163,12,207); }
td.TdClassName
{
border-color: #A30CCF;
}
.TagClassName
{
border-color: #A30CCF;
}
</style>