Shades of Dark Violet #A317CC
Tints of Dark Violet #A317CC
RGB
CMYK
RGB Variations
Color information
#A317CC (or 0xA317CC) is known color: Dark Violet. HEX triplet: A3, 17 and CC. RGB value is (163,23,204). Sum of RGB (Red+Green+Blue) = 163+23+204=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #A317CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A317CC is #5CE833. Grayscale: #545454. Windows color (decimal): -6088756 or 13375395. OLE color: 13375395.
HSL color Cylindrical-coordinate representation of color #A317CC: hue angle of 286.41º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A317CC is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 23 | 204 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.2 |
| HSL | 286.41º | 0.8% | 0.45% | - |
| HSV(B) | 286.41º | 0.89% | 0.8% | - |
| XYZ | 26.31 | 12.76 | 58.2 | - |
| YUV | 85.49 | 194.88 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 204 | 0.20 | 0.89 | 0 | 0.2 | 286.41 | 0.8 | 0.45 |
| Hex | A3 | 17 | CC | 14 | 59 | 0 | 14 | 11E | 50 | 2D |
| Octal | 243 | 27 | 314 | 24 | 131 | 0 | 24 | 436 | 120 | 55 |
| Binary | 10100011 | 10111 | 11001100 | 10100 | 1011001 | 0 | 10100 | 100011110 | 1010000 | 101101 |
Color Harmonies of #A317CC
Complementary color
Monochromatic Colors of #A317CC
Black with #A317CC
Text Example
Text Example
White with #A317CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A317CC; }
p { color: rgb(163,23,204); }
H1.HeaderClassName
{
color: #A317CC;
}
.AnyTagClassName
{
color: #A317CC;
}
</style>
background-color css
<style>
a { background-color: #A317CC; }
a { background-color: rgb(163,23,204); }
div.DivClassName
{
background-color: #A317CC;
}
.BgClassName
{
background-color: #A317CC;
}
</style>
border-color css
<style>
span { border-color: #A317CC; }
span { border-color: rgb(163,23,204); }
td.TdClassName
{
border-color: #A317CC;
}
.TagClassName
{
border-color: #A317CC;
}
</style>