Shades of Dark Orchid #A32ABA
Tints of Dark Orchid #A32ABA
RGB
CMYK
RGB Variations
Color information
#A32ABA (or 0xA32ABA) is known color: Dark Orchid. HEX triplet: A3, 2A and BA. RGB value is (163,42,186). Sum of RGB (Red+Green+Blue) = 163+42+186=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #A32ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ABA is #5CD545. Grayscale: #5E5E5E. Windows color (decimal): -6083910 or 12200611. OLE color: 12200611.
HSL color Cylindrical-coordinate representation of color #A32ABA: hue angle of 290.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32ABA is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 42 | 186 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.27 |
| HSL | 290.42º | 0.63% | 0.45% | - |
| HSV(B) | 290.42º | 0.77% | 0.73% | - |
| XYZ | 24.8 | 12.99 | 47.65 | - |
| YUV | 94.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 186 | 0.12 | 0.77 | 0 | 0.27 | 290.42 | 0.63 | 0.45 |
| Hex | A3 | 2A | BA | C | 4D | 0 | 1B | 122 | 3F | 2D |
| Octal | 243 | 52 | 272 | 14 | 115 | 0 | 33 | 442 | 77 | 55 |
| Binary | 10100011 | 101010 | 10111010 | 1100 | 1001101 | 0 | 11011 | 100100010 | 111111 | 101101 |
Color Harmonies of #A32ABA
Complementary color
Monochromatic Colors of #A32ABA
Black with #A32ABA
Text Example
Text Example
White with #A32ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32ABA; }
p { color: rgb(163,42,186); }
H1.HeaderClassName
{
color: #A32ABA;
}
.AnyTagClassName
{
color: #A32ABA;
}
</style>
background-color css
<style>
a { background-color: #A32ABA; }
a { background-color: rgb(163,42,186); }
div.DivClassName
{
background-color: #A32ABA;
}
.BgClassName
{
background-color: #A32ABA;
}
</style>
border-color css
<style>
span { border-color: #A32ABA; }
span { border-color: rgb(163,42,186); }
td.TdClassName
{
border-color: #A32ABA;
}
.TagClassName
{
border-color: #A32ABA;
}
</style>