Shades of Dark Orchid #A32ACD
Tints of Dark Orchid #A32ACD
RGB
CMYK
RGB Variations
Color information
#A32ACD (or 0xA32ACD) is known color: Dark Orchid. HEX triplet: A3, 2A and CD. RGB value is (163,42,205). Sum of RGB (Red+Green+Blue) = 163+42+205=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #A32ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ACD is #5CD532. Grayscale: #606060. Windows color (decimal): -6083891 or 13445795. OLE color: 13445795.
HSL color Cylindrical-coordinate representation of color #A32ACD: hue angle of 284.54º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32ACD is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 42 | 205 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.20 |
| HSL | 284.54º | 0.66% | 0.48% | - |
| HSV(B) | 284.54º | 0.8% | 0.8% | - |
| XYZ | 26.95 | 13.85 | 59.01 | - |
| YUV | 96.76 | 189.09 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 205 | 0.20 | 0.80 | 0 | 0.20 | 284.54 | 0.66 | 0.48 |
| Hex | A3 | 2A | CD | 14 | 50 | 0 | 14 | 11D | 42 | 30 |
| Octal | 243 | 52 | 315 | 24 | 120 | 0 | 24 | 435 | 102 | 60 |
| Binary | 10100011 | 101010 | 11001101 | 10100 | 1010000 | 0 | 10100 | 100011101 | 1000010 | 110000 |
Color Harmonies of #A32ACD
Complementary color
Monochromatic Colors of #A32ACD
Black with #A32ACD
Text Example
Text Example
White with #A32ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32ACD; }
p { color: rgb(163,42,205); }
H1.HeaderClassName
{
color: #A32ACD;
}
.AnyTagClassName
{
color: #A32ACD;
}
</style>
background-color css
<style>
a { background-color: #A32ACD; }
a { background-color: rgb(163,42,205); }
div.DivClassName
{
background-color: #A32ACD;
}
.BgClassName
{
background-color: #A32ACD;
}
</style>
border-color css
<style>
span { border-color: #A32ACD; }
span { border-color: rgb(163,42,205); }
td.TdClassName
{
border-color: #A32ACD;
}
.TagClassName
{
border-color: #A32ACD;
}
</style>