Shades of Dark Violet #A314CC
Tints of Dark Violet #A314CC
RGB
CMYK
RGB Variations
Color information
#A314CC (or 0xA314CC) is known color: Dark Violet. HEX triplet: A3, 14 and CC. RGB value is (163,20,204). Sum of RGB (Red+Green+Blue) = 163+20+204=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #A314CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314CC is #5CEB33. Grayscale: #535353. Windows color (decimal): -6089524 or 13374627. OLE color: 13374627.
HSL color Cylindrical-coordinate representation of color #A314CC: hue angle of 286.63º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A314CC is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 20 | 204 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.2 |
| HSL | 286.63º | 0.82% | 0.44% | - |
| HSV(B) | 286.63º | 0.9% | 0.8% | - |
| XYZ | 26.25 | 12.65 | 58.18 | - |
| YUV | 83.73 | 195.88 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 204 | 0.20 | 0.90 | 0 | 0.2 | 286.63 | 0.82 | 0.44 |
| Hex | A3 | 14 | CC | 14 | 5A | 0 | 14 | 11F | 52 | 2C |
| Octal | 243 | 24 | 314 | 24 | 132 | 0 | 24 | 437 | 122 | 54 |
| Binary | 10100011 | 10100 | 11001100 | 10100 | 1011010 | 0 | 10100 | 100011111 | 1010010 | 101100 |
Color Harmonies of #A314CC
Complementary color
Monochromatic Colors of #A314CC
Black with #A314CC
Text Example
Text Example
White with #A314CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A314CC; }
p { color: rgb(163,20,204); }
H1.HeaderClassName
{
color: #A314CC;
}
.AnyTagClassName
{
color: #A314CC;
}
</style>
background-color css
<style>
a { background-color: #A314CC; }
a { background-color: rgb(163,20,204); }
div.DivClassName
{
background-color: #A314CC;
}
.BgClassName
{
background-color: #A314CC;
}
</style>
border-color css
<style>
span { border-color: #A314CC; }
span { border-color: rgb(163,20,204); }
td.TdClassName
{
border-color: #A314CC;
}
.TagClassName
{
border-color: #A314CC;
}
</style>