Shades of Dark Orchid #A819AC
Tints of Dark Orchid #A819AC
RGB
CMYK
RGB Variations
Color information
#A819AC (or 0xA819AC) is known color: Dark Orchid. HEX triplet: A8, 19 and AC. RGB value is (168,25,172). Sum of RGB (Red+Green+Blue) = 168+25+172=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #A819AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A819AC is #57E653. Grayscale: #545454. Windows color (decimal): -5760596 or 11278760. OLE color: 11278760.
HSL color Cylindrical-coordinate representation of color #A819AC: hue angle of 298.37º 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 #A819AC is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 25 | 172 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.33 |
| HSL | 298.37º | 0.75% | 0.39% | - |
| HSV(B) | 298.37º | 0.85% | 0.67% | - |
| XYZ | 23.94 | 12 | 40.08 | - |
| YUV | 84.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 172 | 0.02 | 0.85 | 0 | 0.33 | 298.37 | 0.75 | 0.39 |
| Hex | A8 | 19 | AC | 2 | 55 | 0 | 21 | 12A | 4B | 27 |
| Octal | 250 | 31 | 254 | 2 | 125 | 0 | 41 | 452 | 113 | 47 |
| Binary | 10101000 | 11001 | 10101100 | 10 | 1010101 | 0 | 100001 | 100101010 | 1001011 | 100111 |
Color Harmonies of #A819AC
Complementary color
Monochromatic Colors of #A819AC
Black with #A819AC
Text Example
Text Example
White with #A819AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819AC; }
p { color: rgb(168,25,172); }
H1.HeaderClassName
{
color: #A819AC;
}
.AnyTagClassName
{
color: #A819AC;
}
</style>
background-color css
<style>
a { background-color: #A819AC; }
a { background-color: rgb(168,25,172); }
div.DivClassName
{
background-color: #A819AC;
}
.BgClassName
{
background-color: #A819AC;
}
</style>
border-color css
<style>
span { border-color: #A819AC; }
span { border-color: rgb(168,25,172); }
td.TdClassName
{
border-color: #A819AC;
}
.TagClassName
{
border-color: #A819AC;
}
</style>