Shades of Dark Orchid #A32DAD
Tints of Dark Orchid #A32DAD
RGB
CMYK
RGB Variations
Color information
#A32DAD (or 0xA32DAD) is known color: Dark Orchid. HEX triplet: A3, 2D and AD. RGB value is (163,45,173). Sum of RGB (Red+Green+Blue) = 163+45+173=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #A32DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32DAD is #5CD252. Grayscale: #5E5E5E. Windows color (decimal): -6083155 or 11349411. OLE color: 11349411.
HSL color Cylindrical-coordinate representation of color #A32DAD: hue angle of 295.31º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32DAD is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 45 | 173 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.32 |
| HSL | 295.31º | 0.59% | 0.43% | - |
| HSV(B) | 295.31º | 0.74% | 0.68% | - |
| XYZ | 23.59 | 12.68 | 40.74 | - |
| YUV | 94.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 173 | 0.06 | 0.74 | 0 | 0.32 | 295.31 | 0.59 | 0.43 |
| Hex | A3 | 2D | AD | 6 | 4A | 0 | 20 | 127 | 3B | 2B |
| Octal | 243 | 55 | 255 | 6 | 112 | 0 | 40 | 447 | 73 | 53 |
| Binary | 10100011 | 101101 | 10101101 | 110 | 1001010 | 0 | 100000 | 100100111 | 111011 | 101011 |
Color Harmonies of #A32DAD
Complementary color
Monochromatic Colors of #A32DAD
Black with #A32DAD
Text Example
Text Example
White with #A32DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DAD; }
p { color: rgb(163,45,173); }
H1.HeaderClassName
{
color: #A32DAD;
}
.AnyTagClassName
{
color: #A32DAD;
}
</style>
background-color css
<style>
a { background-color: #A32DAD; }
a { background-color: rgb(163,45,173); }
div.DivClassName
{
background-color: #A32DAD;
}
.BgClassName
{
background-color: #A32DAD;
}
</style>
border-color css
<style>
span { border-color: #A32DAD; }
span { border-color: rgb(163,45,173); }
td.TdClassName
{
border-color: #A32DAD;
}
.TagClassName
{
border-color: #A32DAD;
}
</style>