Shades of Dark Orchid #A32ABD
Tints of Dark Orchid #A32ABD
RGB
CMYK
RGB Variations
Color information
#A32ABD (or 0xA32ABD) is known color: Dark Orchid. HEX triplet: A3, 2A and BD. RGB value is (163,42,189). Sum of RGB (Red+Green+Blue) = 163+42+189=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #A32ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ABD is #5CD542. Grayscale: #5E5E5E. Windows color (decimal): -6083907 or 12397219. OLE color: 12397219.
HSL color Cylindrical-coordinate representation of color #A32ABD: hue angle of 289.39º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32ABD is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 42 | 189 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.26 |
| HSL | 289.39º | 0.64% | 0.45% | - |
| HSV(B) | 289.39º | 0.78% | 0.74% | - |
| XYZ | 25.12 | 13.12 | 49.35 | - |
| YUV | 94.94 | 181.09 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 189 | 0.14 | 0.78 | 0 | 0.26 | 289.39 | 0.64 | 0.45 |
| Hex | A3 | 2A | BD | E | 4E | 0 | 1A | 121 | 40 | 2D |
| Octal | 243 | 52 | 275 | 16 | 116 | 0 | 32 | 441 | 100 | 55 |
| Binary | 10100011 | 101010 | 10111101 | 1110 | 1001110 | 0 | 11010 | 100100001 | 1000000 | 101101 |
Color Harmonies of #A32ABD
Complementary color
Monochromatic Colors of #A32ABD
Black with #A32ABD
Text Example
Text Example
White with #A32ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32ABD; }
p { color: rgb(163,42,189); }
H1.HeaderClassName
{
color: #A32ABD;
}
.AnyTagClassName
{
color: #A32ABD;
}
</style>
background-color css
<style>
a { background-color: #A32ABD; }
a { background-color: rgb(163,42,189); }
div.DivClassName
{
background-color: #A32ABD;
}
.BgClassName
{
background-color: #A32ABD;
}
</style>
border-color css
<style>
span { border-color: #A32ABD; }
span { border-color: rgb(163,42,189); }
td.TdClassName
{
border-color: #A32ABD;
}
.TagClassName
{
border-color: #A32ABD;
}
</style>