Shades of Dark Orchid #A52EE2
Tints of Dark Orchid #A52EE2
RGB
CMYK
RGB Variations
Color information
#A52EE2 (or 0xA52EE2) is known color: Dark Orchid. HEX triplet: A5, 2E and E2. RGB value is (165,46,226). Sum of RGB (Red+Green+Blue) = 165+46+226=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 226 (88.67% from 255 or 51.72% from 437); Max value from RGB is 226 - color contains mainly: blue. Hex color #A52EE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52EE2 is #5AD11D. Grayscale: #656565. Windows color (decimal): -5951774 or 14823077. OLE color: 14823077.
HSL color Cylindrical-coordinate representation of color #A52EE2: hue angle of 279.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52EE2 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 46 | 226 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.11 |
| HSL | 279.67º | 0.76% | 0.53% | - |
| HSV(B) | 279.67º | 0.8% | 0.89% | - |
| XYZ | 30.22 | 15.44 | 73.34 | - |
| YUV | 102.1 | 197.92 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 46 | 226 | 0.27 | 0.80 | 0 | 0.11 | 279.67 | 0.76 | 0.53 |
| Hex | A5 | 2E | E2 | 1B | 50 | 0 | B | 118 | 4C | 35 |
| Octal | 245 | 56 | 342 | 33 | 120 | 0 | 13 | 430 | 114 | 65 |
| Binary | 10100101 | 101110 | 11100010 | 11011 | 1010000 | 0 | 1011 | 100011000 | 1001100 | 110101 |
Color Harmonies of #A52EE2
Complementary color
Monochromatic Colors of #A52EE2
Black with #A52EE2
Text Example
Text Example
White with #A52EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52EE2; }
p { color: rgb(165,46,226); }
H1.HeaderClassName
{
color: #A52EE2;
}
.AnyTagClassName
{
color: #A52EE2;
}
</style>
background-color css
<style>
a { background-color: #A52EE2; }
a { background-color: rgb(165,46,226); }
div.DivClassName
{
background-color: #A52EE2;
}
.BgClassName
{
background-color: #A52EE2;
}
</style>
border-color css
<style>
span { border-color: #A52EE2; }
span { border-color: rgb(165,46,226); }
td.TdClassName
{
border-color: #A52EE2;
}
.TagClassName
{
border-color: #A52EE2;
}
</style>