Shades of Dark Violet #A317CA
Tints of Dark Violet #A317CA
RGB
CMYK
RGB Variations
Color information
#A317CA (or 0xA317CA) is known color: Dark Violet. HEX triplet: A3, 17 and CA. RGB value is (163,23,202). Sum of RGB (Red+Green+Blue) = 163+23+202=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #A317CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A317CA is #5CE835. Grayscale: #545454. Windows color (decimal): -6088758 or 13244323. OLE color: 13244323.
HSL color Cylindrical-coordinate representation of color #A317CA: hue angle of 286.93º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A317CA is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 23 | 202 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.21 |
| HSL | 286.93º | 0.8% | 0.44% | - |
| HSV(B) | 286.93º | 0.89% | 0.79% | - |
| XYZ | 26.07 | 12.66 | 56.95 | - |
| YUV | 85.27 | 193.88 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 202 | 0.19 | 0.89 | 0 | 0.21 | 286.93 | 0.8 | 0.44 |
| Hex | A3 | 17 | CA | 13 | 59 | 0 | 15 | 11F | 50 | 2C |
| Octal | 243 | 27 | 312 | 23 | 131 | 0 | 25 | 437 | 120 | 54 |
| Binary | 10100011 | 10111 | 11001010 | 10011 | 1011001 | 0 | 10101 | 100011111 | 1010000 | 101100 |
Color Harmonies of #A317CA
Complementary color
Monochromatic Colors of #A317CA
Black with #A317CA
Text Example
Text Example
White with #A317CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A317CA; }
p { color: rgb(163,23,202); }
H1.HeaderClassName
{
color: #A317CA;
}
.AnyTagClassName
{
color: #A317CA;
}
</style>
background-color css
<style>
a { background-color: #A317CA; }
a { background-color: rgb(163,23,202); }
div.DivClassName
{
background-color: #A317CA;
}
.BgClassName
{
background-color: #A317CA;
}
</style>
border-color css
<style>
span { border-color: #A317CA; }
span { border-color: rgb(163,23,202); }
td.TdClassName
{
border-color: #A317CA;
}
.TagClassName
{
border-color: #A317CA;
}
</style>