Shades of Dark Violet #A317CB
Tints of Dark Violet #A317CB
RGB
CMYK
RGB Variations
Color information
#A317CB (or 0xA317CB) is known color: Dark Violet. HEX triplet: A3, 17 and CB. RGB value is (163,23,203). Sum of RGB (Red+Green+Blue) = 163+23+203=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #A317CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A317CB is #5CE834. Grayscale: #545454. Windows color (decimal): -6088757 or 13309859. OLE color: 13309859.
HSL color Cylindrical-coordinate representation of color #A317CB: hue angle of 286.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A317CB is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 23 | 203 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.20 |
| HSL | 286.67º | 0.8% | 0.44% | - |
| HSV(B) | 286.67º | 0.89% | 0.8% | - |
| XYZ | 26.19 | 12.71 | 57.57 | - |
| YUV | 85.38 | 194.38 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 203 | 0.20 | 0.89 | 0 | 0.20 | 286.67 | 0.8 | 0.44 |
| Hex | A3 | 17 | CB | 14 | 59 | 0 | 14 | 11F | 50 | 2C |
| Octal | 243 | 27 | 313 | 24 | 131 | 0 | 24 | 437 | 120 | 54 |
| Binary | 10100011 | 10111 | 11001011 | 10100 | 1011001 | 0 | 10100 | 100011111 | 1010000 | 101100 |
Color Harmonies of #A317CB
Complementary color
Monochromatic Colors of #A317CB
Black with #A317CB
Text Example
Text Example
White with #A317CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A317CB; }
p { color: rgb(163,23,203); }
H1.HeaderClassName
{
color: #A317CB;
}
.AnyTagClassName
{
color: #A317CB;
}
</style>
background-color css
<style>
a { background-color: #A317CB; }
a { background-color: rgb(163,23,203); }
div.DivClassName
{
background-color: #A317CB;
}
.BgClassName
{
background-color: #A317CB;
}
</style>
border-color css
<style>
span { border-color: #A317CB; }
span { border-color: rgb(163,23,203); }
td.TdClassName
{
border-color: #A317CB;
}
.TagClassName
{
border-color: #A317CB;
}
</style>