Shades of Dark Orchid #A52EC4
Tints of Dark Orchid #A52EC4
RGB
CMYK
RGB Variations
Color information
#A52EC4 (or 0xA52EC4) is known color: Dark Orchid. HEX triplet: A5, 2E and C4. RGB value is (165,46,196). Sum of RGB (Red+Green+Blue) = 165+46+196=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 196 (76.95% from 255 or 48.16% from 407); Max value from RGB is 196 - color contains mainly: blue. Hex color #A52EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52EC4 is #5AD13B. Grayscale: #626262. Windows color (decimal): -5951804 or 12856997. OLE color: 12856997.
HSL color Cylindrical-coordinate representation of color #A52EC4: hue angle of 287.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A52EC4 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 46 | 196 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.23 |
| HSL | 287.6º | 0.62% | 0.47% | - |
| HSV(B) | 287.6º | 0.77% | 0.77% | - |
| XYZ | 26.46 | 13.94 | 53.52 | - |
| YUV | 98.68 | 182.92 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 46 | 196 | 0.16 | 0.77 | 0 | 0.23 | 287.6 | 0.62 | 0.47 |
| Hex | A5 | 2E | C4 | 10 | 4D | 0 | 17 | 120 | 3E | 2F |
| Octal | 245 | 56 | 304 | 20 | 115 | 0 | 27 | 440 | 76 | 57 |
| Binary | 10100101 | 101110 | 11000100 | 10000 | 1001101 | 0 | 10111 | 100100000 | 111110 | 101111 |
Color Harmonies of #A52EC4
Complementary color
Monochromatic Colors of #A52EC4
Black with #A52EC4
Text Example
Text Example
White with #A52EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52EC4; }
p { color: rgb(165,46,196); }
H1.HeaderClassName
{
color: #A52EC4;
}
.AnyTagClassName
{
color: #A52EC4;
}
</style>
background-color css
<style>
a { background-color: #A52EC4; }
a { background-color: rgb(165,46,196); }
div.DivClassName
{
background-color: #A52EC4;
}
.BgClassName
{
background-color: #A52EC4;
}
</style>
border-color css
<style>
span { border-color: #A52EC4; }
span { border-color: rgb(165,46,196); }
td.TdClassName
{
border-color: #A52EC4;
}
.TagClassName
{
border-color: #A52EC4;
}
</style>