Shades of Dark Orchid #A32CAA
Tints of Dark Orchid #A32CAA
RGB
CMYK
RGB Variations
Color information
#A32CAA (or 0xA32CAA) is known color: Dark Orchid. HEX triplet: A3, 2C and AA. RGB value is (163,44,170). Sum of RGB (Red+Green+Blue) = 163+44+170=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #A32CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32CAA is #5CD355. Grayscale: #5D5D5D. Windows color (decimal): -6083414 or 11152547. OLE color: 11152547.
HSL color Cylindrical-coordinate representation of color #A32CAA: hue angle of 296.67º degrees, saturation: 0.59, 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 #A32CAA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 44 | 170 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.33 |
| HSL | 296.67º | 0.59% | 0.42% | - |
| HSV(B) | 296.67º | 0.74% | 0.67% | - |
| XYZ | 23.26 | 12.49 | 39.22 | - |
| YUV | 93.95 | 170.92 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 170 | 0.04 | 0.74 | 0 | 0.33 | 296.67 | 0.59 | 0.42 |
| Hex | A3 | 2C | AA | 4 | 4A | 0 | 21 | 129 | 3B | 2A |
| Octal | 243 | 54 | 252 | 4 | 112 | 0 | 41 | 451 | 73 | 52 |
| Binary | 10100011 | 101100 | 10101010 | 100 | 1001010 | 0 | 100001 | 100101001 | 111011 | 101010 |
Color Harmonies of #A32CAA
Complementary color
Monochromatic Colors of #A32CAA
Black with #A32CAA
Text Example
Text Example
White with #A32CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CAA; }
p { color: rgb(163,44,170); }
H1.HeaderClassName
{
color: #A32CAA;
}
.AnyTagClassName
{
color: #A32CAA;
}
</style>
background-color css
<style>
a { background-color: #A32CAA; }
a { background-color: rgb(163,44,170); }
div.DivClassName
{
background-color: #A32CAA;
}
.BgClassName
{
background-color: #A32CAA;
}
</style>
border-color css
<style>
span { border-color: #A32CAA; }
span { border-color: rgb(163,44,170); }
td.TdClassName
{
border-color: #A32CAA;
}
.TagClassName
{
border-color: #A32CAA;
}
</style>