Shades of Dark Orchid #A32DAA
Tints of Dark Orchid #A32DAA
RGB
CMYK
RGB Variations
Color information
#A32DAA (or 0xA32DAA) is known color: Dark Orchid. HEX triplet: A3, 2D and AA. RGB value is (163,45,170). Sum of RGB (Red+Green+Blue) = 163+45+170=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #A32DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32DAA is #5CD255. Grayscale: #5E5E5E. Windows color (decimal): -6083158 or 11152803. OLE color: 11152803.
HSL color Cylindrical-coordinate representation of color #A32DAA: hue angle of 296.64º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32DAA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 45 | 170 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.33 |
| HSL | 296.64º | 0.58% | 0.42% | - |
| HSV(B) | 296.64º | 0.74% | 0.67% | - |
| XYZ | 23.3 | 12.57 | 39.23 | - |
| YUV | 94.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 170 | 0.04 | 0.74 | 0 | 0.33 | 296.64 | 0.58 | 0.42 |
| Hex | A3 | 2D | AA | 4 | 4A | 0 | 21 | 129 | 3A | 2A |
| Octal | 243 | 55 | 252 | 4 | 112 | 0 | 41 | 451 | 72 | 52 |
| Binary | 10100011 | 101101 | 10101010 | 100 | 1001010 | 0 | 100001 | 100101001 | 111010 | 101010 |
Color Harmonies of #A32DAA
Complementary color
Monochromatic Colors of #A32DAA
Black with #A32DAA
Text Example
Text Example
White with #A32DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DAA; }
p { color: rgb(163,45,170); }
H1.HeaderClassName
{
color: #A32DAA;
}
.AnyTagClassName
{
color: #A32DAA;
}
</style>
background-color css
<style>
a { background-color: #A32DAA; }
a { background-color: rgb(163,45,170); }
div.DivClassName
{
background-color: #A32DAA;
}
.BgClassName
{
background-color: #A32DAA;
}
</style>
border-color css
<style>
span { border-color: #A32DAA; }
span { border-color: rgb(163,45,170); }
td.TdClassName
{
border-color: #A32DAA;
}
.TagClassName
{
border-color: #A32DAA;
}
</style>