Shades of Dark Orchid #A52EAD
Tints of Dark Orchid #A52EAD
RGB
CMYK
RGB Variations
Color information
#A52EAD (or 0xA52EAD) is known color: Dark Orchid. HEX triplet: A5, 2E and AD. RGB value is (165,46,173). Sum of RGB (Red+Green+Blue) = 165+46+173=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #A52EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52EAD is #5AD152. Grayscale: #5F5F5F. Windows color (decimal): -5951827 or 11349669. OLE color: 11349669.
HSL color Cylindrical-coordinate representation of color #A52EAD: hue angle of 296.22º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52EAD is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 46 | 173 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.32 |
| HSL | 296.22º | 0.58% | 0.43% | - |
| HSV(B) | 296.22º | 0.73% | 0.68% | - |
| XYZ | 24.04 | 12.97 | 40.77 | - |
| YUV | 96.06 | 171.42 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 46 | 173 | 0.05 | 0.73 | 0 | 0.32 | 296.22 | 0.58 | 0.43 |
| Hex | A5 | 2E | AD | 5 | 49 | 0 | 20 | 128 | 3A | 2B |
| Octal | 245 | 56 | 255 | 5 | 111 | 0 | 40 | 450 | 72 | 53 |
| Binary | 10100101 | 101110 | 10101101 | 101 | 1001001 | 0 | 100000 | 100101000 | 111010 | 101011 |
Color Harmonies of #A52EAD
Complementary color
Monochromatic Colors of #A52EAD
Black with #A52EAD
Text Example
Text Example
White with #A52EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52EAD; }
p { color: rgb(165,46,173); }
H1.HeaderClassName
{
color: #A52EAD;
}
.AnyTagClassName
{
color: #A52EAD;
}
</style>
background-color css
<style>
a { background-color: #A52EAD; }
a { background-color: rgb(165,46,173); }
div.DivClassName
{
background-color: #A52EAD;
}
.BgClassName
{
background-color: #A52EAD;
}
</style>
border-color css
<style>
span { border-color: #A52EAD; }
span { border-color: rgb(165,46,173); }
td.TdClassName
{
border-color: #A52EAD;
}
.TagClassName
{
border-color: #A52EAD;
}
</style>