Shades of Dark Orchid #A52EAC
Tints of Dark Orchid #A52EAC
RGB
CMYK
RGB Variations
Color information
#A52EAC (or 0xA52EAC) is known color: Dark Orchid. HEX triplet: A5, 2E and AC. RGB value is (165,46,172). Sum of RGB (Red+Green+Blue) = 165+46+172=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #A52EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52EAC is #5AD153. Grayscale: #5F5F5F. Windows color (decimal): -5951828 or 11284133. OLE color: 11284133.
HSL color Cylindrical-coordinate representation of color #A52EAC: hue angle of 296.67º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52EAC is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 46 | 172 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.33 |
| HSL | 296.67º | 0.58% | 0.43% | - |
| HSV(B) | 296.67º | 0.73% | 0.67% | - |
| XYZ | 23.94 | 12.93 | 40.26 | - |
| YUV | 95.95 | 170.92 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 46 | 172 | 0.04 | 0.73 | 0 | 0.33 | 296.67 | 0.58 | 0.43 |
| Hex | A5 | 2E | AC | 4 | 49 | 0 | 21 | 129 | 3A | 2B |
| Octal | 245 | 56 | 254 | 4 | 111 | 0 | 41 | 451 | 72 | 53 |
| Binary | 10100101 | 101110 | 10101100 | 100 | 1001001 | 0 | 100001 | 100101001 | 111010 | 101011 |
Color Harmonies of #A52EAC
Complementary color
Monochromatic Colors of #A52EAC
Black with #A52EAC
Text Example
Text Example
White with #A52EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52EAC; }
p { color: rgb(165,46,172); }
H1.HeaderClassName
{
color: #A52EAC;
}
.AnyTagClassName
{
color: #A52EAC;
}
</style>
background-color css
<style>
a { background-color: #A52EAC; }
a { background-color: rgb(165,46,172); }
div.DivClassName
{
background-color: #A52EAC;
}
.BgClassName
{
background-color: #A52EAC;
}
</style>
border-color css
<style>
span { border-color: #A52EAC; }
span { border-color: rgb(165,46,172); }
td.TdClassName
{
border-color: #A52EAC;
}
.TagClassName
{
border-color: #A52EAC;
}
</style>