Shades of Dark Orchid #A521AC
Tints of Dark Orchid #A521AC
RGB
CMYK
RGB Variations
Color information
#A521AC (or 0xA521AC) is known color: Dark Orchid. HEX triplet: A5, 21 and AC. RGB value is (165,33,172). Sum of RGB (Red+Green+Blue) = 165+33+172=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #A521AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A521AC is #5ADE53. Grayscale: #575757. Windows color (decimal): -5955156 or 11280805. OLE color: 11280805.
HSL color Cylindrical-coordinate representation of color #A521AC: hue angle of 296.98º 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 #A521AC is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 33 | 172 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.33 |
| HSL | 296.98º | 0.68% | 0.4% | - |
| HSV(B) | 296.98º | 0.81% | 0.67% | - |
| XYZ | 23.51 | 12.07 | 40.12 | - |
| YUV | 88.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 172 | 0.04 | 0.81 | 0 | 0.33 | 296.98 | 0.68 | 0.4 |
| Hex | A5 | 21 | AC | 4 | 51 | 0 | 21 | 129 | 44 | 28 |
| Octal | 245 | 41 | 254 | 4 | 121 | 0 | 41 | 451 | 104 | 50 |
| Binary | 10100101 | 100001 | 10101100 | 100 | 1010001 | 0 | 100001 | 100101001 | 1000100 | 101000 |
Color Harmonies of #A521AC
Complementary color
Monochromatic Colors of #A521AC
Black with #A521AC
Text Example
Text Example
White with #A521AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A521AC; }
p { color: rgb(165,33,172); }
H1.HeaderClassName
{
color: #A521AC;
}
.AnyTagClassName
{
color: #A521AC;
}
</style>
background-color css
<style>
a { background-color: #A521AC; }
a { background-color: rgb(165,33,172); }
div.DivClassName
{
background-color: #A521AC;
}
.BgClassName
{
background-color: #A521AC;
}
</style>
border-color css
<style>
span { border-color: #A521AC; }
span { border-color: rgb(165,33,172); }
td.TdClassName
{
border-color: #A521AC;
}
.TagClassName
{
border-color: #A521AC;
}
</style>