Shades of Dark Orchid #A52EC6
Tints of Dark Orchid #A52EC6
RGB
CMYK
RGB Variations
Color information
#A52EC6 (or 0xA52EC6) is known color: Dark Orchid. HEX triplet: A5, 2E and C6. RGB value is (165,46,198). Sum of RGB (Red+Green+Blue) = 165+46+198=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #A52EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52EC6 is #5AD139. Grayscale: #626262. Windows color (decimal): -5951802 or 12988069. OLE color: 12988069.
HSL color Cylindrical-coordinate representation of color #A52EC6: hue angle of 286.97º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A52EC6 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 46 | 198 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.22 |
| HSL | 286.97º | 0.62% | 0.48% | - |
| HSV(B) | 286.97º | 0.77% | 0.78% | - |
| XYZ | 26.69 | 14.03 | 54.73 | - |
| YUV | 98.91 | 183.92 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 46 | 198 | 0.17 | 0.77 | 0 | 0.22 | 286.97 | 0.62 | 0.48 |
| Hex | A5 | 2E | C6 | 11 | 4D | 0 | 16 | 11F | 3E | 30 |
| Octal | 245 | 56 | 306 | 21 | 115 | 0 | 26 | 437 | 76 | 60 |
| Binary | 10100101 | 101110 | 11000110 | 10001 | 1001101 | 0 | 10110 | 100011111 | 111110 | 110000 |
Color Harmonies of #A52EC6
Complementary color
Monochromatic Colors of #A52EC6
Black with #A52EC6
Text Example
Text Example
White with #A52EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52EC6; }
p { color: rgb(165,46,198); }
H1.HeaderClassName
{
color: #A52EC6;
}
.AnyTagClassName
{
color: #A52EC6;
}
</style>
background-color css
<style>
a { background-color: #A52EC6; }
a { background-color: rgb(165,46,198); }
div.DivClassName
{
background-color: #A52EC6;
}
.BgClassName
{
background-color: #A52EC6;
}
</style>
border-color css
<style>
span { border-color: #A52EC6; }
span { border-color: rgb(165,46,198); }
td.TdClassName
{
border-color: #A52EC6;
}
.TagClassName
{
border-color: #A52EC6;
}
</style>