Shades of Dark Orchid #A32ADD
Tints of Dark Orchid #A32ADD
RGB
CMYK
RGB Variations
Color information
#A32ADD (or 0xA32ADD) is known color: Dark Orchid. HEX triplet: A3, 2A and DD. RGB value is (163,42,221). Sum of RGB (Red+Green+Blue) = 163+42+221=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #A32ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ADD is #5CD522. Grayscale: #616161. Windows color (decimal): -6083875 or 14494371. OLE color: 14494371.
HSL color Cylindrical-coordinate representation of color #A32ADD: hue angle of 280.56º 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 #A32ADD is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 42 | 221 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.13 |
| HSL | 280.56º | 0.72% | 0.52% | - |
| HSV(B) | 280.56º | 0.81% | 0.87% | - |
| XYZ | 28.98 | 14.66 | 69.71 | - |
| YUV | 98.59 | 197.09 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 221 | 0.26 | 0.81 | 0 | 0.13 | 280.56 | 0.72 | 0.52 |
| Hex | A3 | 2A | DD | 1A | 51 | 0 | D | 119 | 48 | 34 |
| Octal | 243 | 52 | 335 | 32 | 121 | 0 | 15 | 431 | 110 | 64 |
| Binary | 10100011 | 101010 | 11011101 | 11010 | 1010001 | 0 | 1101 | 100011001 | 1001000 | 110100 |
Color Harmonies of #A32ADD
Complementary color
Monochromatic Colors of #A32ADD
Black with #A32ADD
Text Example
Text Example
White with #A32ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32ADD; }
p { color: rgb(163,42,221); }
H1.HeaderClassName
{
color: #A32ADD;
}
.AnyTagClassName
{
color: #A32ADD;
}
</style>
background-color css
<style>
a { background-color: #A32ADD; }
a { background-color: rgb(163,42,221); }
div.DivClassName
{
background-color: #A32ADD;
}
.BgClassName
{
background-color: #A32ADD;
}
</style>
border-color css
<style>
span { border-color: #A32ADD; }
span { border-color: rgb(163,42,221); }
td.TdClassName
{
border-color: #A32ADD;
}
.TagClassName
{
border-color: #A32ADD;
}
</style>