Shades of Dark Orchid #A32CDC
Tints of Dark Orchid #A32CDC
RGB
CMYK
RGB Variations
Color information
#A32CDC (or 0xA32CDC) is known color: Dark Orchid. HEX triplet: A3, 2C and DC. RGB value is (163,44,220). Sum of RGB (Red+Green+Blue) = 163+44+220=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #A32CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CDC is #5CD323. Grayscale: #636363. Windows color (decimal): -6083364 or 14429347. OLE color: 14429347.
HSL color Cylindrical-coordinate representation of color #A32CDC: hue angle of 280.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32CDC is Cyan = 0.26, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 44 | 220 | - |
| CMYK | 0.26 | 0.8 | 0 | 0.14 |
| HSL | 280.57º | 0.72% | 0.52% | - |
| HSV(B) | 280.57º | 0.8% | 0.86% | - |
| XYZ | 28.92 | 14.76 | 69.03 | - |
| YUV | 99.65 | 195.92 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 220 | 0.26 | 0.8 | 0 | 0.14 | 280.57 | 0.72 | 0.52 |
| Hex | A3 | 2C | DC | 1A | 50 | 0 | E | 119 | 48 | 34 |
| Octal | 243 | 54 | 334 | 32 | 120 | 0 | 16 | 431 | 110 | 64 |
| Binary | 10100011 | 101100 | 11011100 | 11010 | 1010000 | 0 | 1110 | 100011001 | 1001000 | 110100 |
Color Harmonies of #A32CDC
Complementary color
Monochromatic Colors of #A32CDC
Black with #A32CDC
Text Example
Text Example
White with #A32CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CDC; }
p { color: rgb(163,44,220); }
H1.HeaderClassName
{
color: #A32CDC;
}
.AnyTagClassName
{
color: #A32CDC;
}
</style>
background-color css
<style>
a { background-color: #A32CDC; }
a { background-color: rgb(163,44,220); }
div.DivClassName
{
background-color: #A32CDC;
}
.BgClassName
{
background-color: #A32CDC;
}
</style>
border-color css
<style>
span { border-color: #A32CDC; }
span { border-color: rgb(163,44,220); }
td.TdClassName
{
border-color: #A32CDC;
}
.TagClassName
{
border-color: #A32CDC;
}
</style>