Shades of Dark Orchid #A821AC
Tints of Dark Orchid #A821AC
RGB
CMYK
RGB Variations
Color information
#A821AC (or 0xA821AC) is known color: Dark Orchid. HEX triplet: A8, 21 and AC. RGB value is (168,33,172). Sum of RGB (Red+Green+Blue) = 168+33+172=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #A821AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A821AC is #57DE53. Grayscale: #585858. Windows color (decimal): -5758548 or 11280808. OLE color: 11280808.
HSL color Cylindrical-coordinate representation of color #A821AC: hue angle of 298.27º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A821AC is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 33 | 172 | - |
CMYK | 0.02 | 0.81 | 0 | 0.33 |
HSL | 298.27º | 0.68% | 0.4% | - |
HSV(B) | 298.27º | 0.81% | 0.67% | - |
XYZ | 24.14 | 12.39 | 40.15 | - |
YUV | 89.21 | 174.73 | 184.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 33 | 172 | 0.02 | 0.81 | 0 | 0.33 | 298.27 | 0.68 | 0.4 |
Hex | A8 | 21 | AC | 2 | 51 | 0 | 21 | 12A | 44 | 28 |
Octal | 250 | 41 | 254 | 2 | 121 | 0 | 41 | 452 | 104 | 50 |
Binary | 10101000 | 100001 | 10101100 | 10 | 1010001 | 0 | 100001 | 100101010 | 1000100 | 101000 |
Color Harmonies of #A821AC
Complementary color
Monochromatic Colors of #A821AC
Black with #A821AC
Text Example
Text Example
White with #A821AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821AC; }
p { color: rgb(168,33,172); }
H1.HeaderClassName
{
color: #A821AC;
}
.AnyTagClassName
{
color: #A821AC;
}
</style>
background-color css
<style>
a { background-color: #A821AC; }
a { background-color: rgb(168,33,172); }
div.DivClassName
{
background-color: #A821AC;
}
.BgClassName
{
background-color: #A821AC;
}
</style>
border-color css
<style>
span { border-color: #A821AC; }
span { border-color: rgb(168,33,172); }
td.TdClassName
{
border-color: #A821AC;
}
.TagClassName
{
border-color: #A821AC;
}
</style>