Shades of Dark Orchid #A52AE5
Tints of Dark Orchid #A52AE5
RGB
CMYK
RGB Variations
Color information
#A52AE5 (or 0xA52AE5) is known color: Dark Orchid. HEX triplet: A5, 2A and E5. RGB value is (165,42,229). Sum of RGB (Red+Green+Blue) = 165+42+229=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #A52AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52AE5 is #5AD51A. Grayscale: #636363. Windows color (decimal): -5952795 or 15018661. OLE color: 15018661.
HSL color Cylindrical-coordinate representation of color #A52AE5: hue angle of 279.47º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A52AE5 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 42 | 229 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.10 |
| HSL | 279.47º | 0.78% | 0.53% | - |
| HSV(B) | 279.47º | 0.82% | 0.9% | - |
| XYZ | 30.49 | 15.31 | 75.48 | - |
| YUV | 100.1 | 200.75 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 229 | 0.28 | 0.82 | 0 | 0.10 | 279.47 | 0.78 | 0.53 |
| Hex | A5 | 2A | E5 | 1C | 52 | 0 | A | 117 | 4E | 35 |
| Octal | 245 | 52 | 345 | 34 | 122 | 0 | 12 | 427 | 116 | 65 |
| Binary | 10100101 | 101010 | 11100101 | 11100 | 1010010 | 0 | 1010 | 100010111 | 1001110 | 110101 |
Color Harmonies of #A52AE5
Complementary color
Monochromatic Colors of #A52AE5
Black with #A52AE5
Text Example
Text Example
White with #A52AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52AE5; }
p { color: rgb(165,42,229); }
H1.HeaderClassName
{
color: #A52AE5;
}
.AnyTagClassName
{
color: #A52AE5;
}
</style>
background-color css
<style>
a { background-color: #A52AE5; }
a { background-color: rgb(165,42,229); }
div.DivClassName
{
background-color: #A52AE5;
}
.BgClassName
{
background-color: #A52AE5;
}
</style>
border-color css
<style>
span { border-color: #A52AE5; }
span { border-color: rgb(165,42,229); }
td.TdClassName
{
border-color: #A52AE5;
}
.TagClassName
{
border-color: #A52AE5;
}
</style>