Shades of Dark Orchid #A52ADD
Tints of Dark Orchid #A52ADD
RGB
CMYK
RGB Variations
Color information
#A52ADD (or 0xA52ADD) is known color: Dark Orchid. HEX triplet: A5, 2A and DD. RGB value is (165,42,221). Sum of RGB (Red+Green+Blue) = 165+42+221=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #A52ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52ADD is #5AD522. Grayscale: #626262. Windows color (decimal): -5952803 or 14494373. OLE color: 14494373.
HSL color Cylindrical-coordinate representation of color #A52ADD: hue angle of 281.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52ADD is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 42 | 221 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.13 |
| HSL | 281.23º | 0.72% | 0.52% | - |
| HSV(B) | 281.23º | 0.81% | 0.87% | - |
| XYZ | 29.4 | 14.88 | 69.73 | - |
| YUV | 99.18 | 196.75 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 221 | 0.25 | 0.81 | 0 | 0.13 | 281.23 | 0.72 | 0.52 |
| Hex | A5 | 2A | DD | 19 | 51 | 0 | D | 119 | 48 | 34 |
| Octal | 245 | 52 | 335 | 31 | 121 | 0 | 15 | 431 | 110 | 64 |
| Binary | 10100101 | 101010 | 11011101 | 11001 | 1010001 | 0 | 1101 | 100011001 | 1001000 | 110100 |
Color Harmonies of #A52ADD
Complementary color
Monochromatic Colors of #A52ADD
Black with #A52ADD
Text Example
Text Example
White with #A52ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52ADD; }
p { color: rgb(165,42,221); }
H1.HeaderClassName
{
color: #A52ADD;
}
.AnyTagClassName
{
color: #A52ADD;
}
</style>
background-color css
<style>
a { background-color: #A52ADD; }
a { background-color: rgb(165,42,221); }
div.DivClassName
{
background-color: #A52ADD;
}
.BgClassName
{
background-color: #A52ADD;
}
</style>
border-color css
<style>
span { border-color: #A52ADD; }
span { border-color: rgb(165,42,221); }
td.TdClassName
{
border-color: #A52ADD;
}
.TagClassName
{
border-color: #A52ADD;
}
</style>