Shades of Dark Orchid #A319AC
Tints of Dark Orchid #A319AC
RGB
CMYK
RGB Variations
Color information
#A319AC (or 0xA319AC) is known color: Dark Orchid. HEX triplet: A3, 19 and AC. RGB value is (163,25,172). Sum of RGB (Red+Green+Blue) = 163+25+172=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #A319AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A319AC is #5CE653. Grayscale: #525252. Windows color (decimal): -6088276 or 11278755. OLE color: 11278755.
HSL color Cylindrical-coordinate representation of color #A319AC: hue angle of 296.33º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A319AC is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 25 | 172 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.33 |
| HSL | 296.33º | 0.75% | 0.39% | - |
| HSV(B) | 296.33º | 0.85% | 0.67% | - |
| XYZ | 22.9 | 11.46 | 40.03 | - |
| YUV | 83.02 | 178.22 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 172 | 0.05 | 0.85 | 0 | 0.33 | 296.33 | 0.75 | 0.39 |
| Hex | A3 | 19 | AC | 5 | 55 | 0 | 21 | 128 | 4B | 27 |
| Octal | 243 | 31 | 254 | 5 | 125 | 0 | 41 | 450 | 113 | 47 |
| Binary | 10100011 | 11001 | 10101100 | 101 | 1010101 | 0 | 100001 | 100101000 | 1001011 | 100111 |
Color Harmonies of #A319AC
Complementary color
Monochromatic Colors of #A319AC
Black with #A319AC
Text Example
Text Example
White with #A319AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A319AC; }
p { color: rgb(163,25,172); }
H1.HeaderClassName
{
color: #A319AC;
}
.AnyTagClassName
{
color: #A319AC;
}
</style>
background-color css
<style>
a { background-color: #A319AC; }
a { background-color: rgb(163,25,172); }
div.DivClassName
{
background-color: #A319AC;
}
.BgClassName
{
background-color: #A319AC;
}
</style>
border-color css
<style>
span { border-color: #A319AC; }
span { border-color: rgb(163,25,172); }
td.TdClassName
{
border-color: #A319AC;
}
.TagClassName
{
border-color: #A319AC;
}
</style>