Shades of Dark Orchid #A32CAD
Tints of Dark Orchid #A32CAD
RGB
CMYK
RGB Variations
Color information
#A32CAD (or 0xA32CAD) is known color: Dark Orchid. HEX triplet: A3, 2C and AD. RGB value is (163,44,173). Sum of RGB (Red+Green+Blue) = 163+44+173=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #A32CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32CAD is #5CD352. Grayscale: #5D5D5D. Windows color (decimal): -6083411 or 11349155. OLE color: 11349155.
HSL color Cylindrical-coordinate representation of color #A32CAD: hue angle of 295.35º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32CAD is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 44 | 173 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.32 |
| HSL | 295.35º | 0.59% | 0.43% | - |
| HSV(B) | 295.35º | 0.75% | 0.68% | - |
| XYZ | 23.55 | 12.61 | 40.73 | - |
| YUV | 94.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 173 | 0.06 | 0.75 | 0 | 0.32 | 295.35 | 0.59 | 0.43 |
| Hex | A3 | 2C | AD | 6 | 4B | 0 | 20 | 127 | 3B | 2B |
| Octal | 243 | 54 | 255 | 6 | 113 | 0 | 40 | 447 | 73 | 53 |
| Binary | 10100011 | 101100 | 10101101 | 110 | 1001011 | 0 | 100000 | 100100111 | 111011 | 101011 |
Color Harmonies of #A32CAD
Complementary color
Monochromatic Colors of #A32CAD
Black with #A32CAD
Text Example
Text Example
White with #A32CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CAD; }
p { color: rgb(163,44,173); }
H1.HeaderClassName
{
color: #A32CAD;
}
.AnyTagClassName
{
color: #A32CAD;
}
</style>
background-color css
<style>
a { background-color: #A32CAD; }
a { background-color: rgb(163,44,173); }
div.DivClassName
{
background-color: #A32CAD;
}
.BgClassName
{
background-color: #A32CAD;
}
</style>
border-color css
<style>
span { border-color: #A32CAD; }
span { border-color: rgb(163,44,173); }
td.TdClassName
{
border-color: #A32CAD;
}
.TagClassName
{
border-color: #A32CAD;
}
</style>