Shades of Dark Orchid #A32DAB
Tints of Dark Orchid #A32DAB
RGB
CMYK
RGB Variations
Color information
#A32DAB (or 0xA32DAB) is known color: Dark Orchid. HEX triplet: A3, 2D and AB. RGB value is (163,45,171). Sum of RGB (Red+Green+Blue) = 163+45+171=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #A32DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32DAB is #5CD254. Grayscale: #5E5E5E. Windows color (decimal): -6083157 or 11218339. OLE color: 11218339.
HSL color Cylindrical-coordinate representation of color #A32DAB: hue angle of 296.19º 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 #A32DAB is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 45 | 171 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.33 |
| HSL | 296.19º | 0.58% | 0.42% | - |
| HSV(B) | 296.19º | 0.74% | 0.67% | - |
| XYZ | 23.39 | 12.6 | 39.73 | - |
| YUV | 94.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 171 | 0.05 | 0.74 | 0 | 0.33 | 296.19 | 0.58 | 0.42 |
| Hex | A3 | 2D | AB | 5 | 4A | 0 | 21 | 128 | 3A | 2A |
| Octal | 243 | 55 | 253 | 5 | 112 | 0 | 41 | 450 | 72 | 52 |
| Binary | 10100011 | 101101 | 10101011 | 101 | 1001010 | 0 | 100001 | 100101000 | 111010 | 101010 |
Color Harmonies of #A32DAB
Complementary color
Monochromatic Colors of #A32DAB
Black with #A32DAB
Text Example
Text Example
White with #A32DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DAB; }
p { color: rgb(163,45,171); }
H1.HeaderClassName
{
color: #A32DAB;
}
.AnyTagClassName
{
color: #A32DAB;
}
</style>
background-color css
<style>
a { background-color: #A32DAB; }
a { background-color: rgb(163,45,171); }
div.DivClassName
{
background-color: #A32DAB;
}
.BgClassName
{
background-color: #A32DAB;
}
</style>
border-color css
<style>
span { border-color: #A32DAB; }
span { border-color: rgb(163,45,171); }
td.TdClassName
{
border-color: #A32DAB;
}
.TagClassName
{
border-color: #A32DAB;
}
</style>