Shades of Dark Orchid #A524AC
Tints of Dark Orchid #A524AC
RGB
CMYK
RGB Variations
Color information
#A524AC (or 0xA524AC) is known color: Dark Orchid. HEX triplet: A5, 24 and AC. RGB value is (165,36,172). Sum of RGB (Red+Green+Blue) = 165+36+172=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 36 (14.45% from 255 or 9.65% 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 #A524AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A524AC is #5ADB53. Grayscale: #595959. Windows color (decimal): -5954388 or 11281573. OLE color: 11281573.
HSL color Cylindrical-coordinate representation of color #A524AC: hue angle of 296.91º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A524AC is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 36 | 172 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.33 |
| HSL | 296.91º | 0.65% | 0.41% | - |
| HSV(B) | 296.91º | 0.79% | 0.67% | - |
| XYZ | 23.59 | 12.24 | 40.15 | - |
| YUV | 90.08 | 174.24 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 172 | 0.04 | 0.79 | 0 | 0.33 | 296.91 | 0.65 | 0.41 |
| Hex | A5 | 24 | AC | 4 | 4F | 0 | 21 | 129 | 41 | 29 |
| Octal | 245 | 44 | 254 | 4 | 117 | 0 | 41 | 451 | 101 | 51 |
| Binary | 10100101 | 100100 | 10101100 | 100 | 1001111 | 0 | 100001 | 100101001 | 1000001 | 101001 |
Color Harmonies of #A524AC
Complementary color
Monochromatic Colors of #A524AC
Black with #A524AC
Text Example
Text Example
White with #A524AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A524AC; }
p { color: rgb(165,36,172); }
H1.HeaderClassName
{
color: #A524AC;
}
.AnyTagClassName
{
color: #A524AC;
}
</style>
background-color css
<style>
a { background-color: #A524AC; }
a { background-color: rgb(165,36,172); }
div.DivClassName
{
background-color: #A524AC;
}
.BgClassName
{
background-color: #A524AC;
}
</style>
border-color css
<style>
span { border-color: #A524AC; }
span { border-color: rgb(165,36,172); }
td.TdClassName
{
border-color: #A524AC;
}
.TagClassName
{
border-color: #A524AC;
}
</style>