Shades of Dark Orchid #A32ABB
Tints of Dark Orchid #A32ABB
RGB
CMYK
RGB Variations
Color information
#A32ABB (or 0xA32ABB) is known color: Dark Orchid. HEX triplet: A3, 2A and BB. RGB value is (163,42,187). Sum of RGB (Red+Green+Blue) = 163+42+187=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #A32ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ABB is #5CD544. Grayscale: #5E5E5E. Windows color (decimal): -6083909 or 12266147. OLE color: 12266147.
HSL color Cylindrical-coordinate representation of color #A32ABB: hue angle of 290.07º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32ABB is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 42 | 187 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.27 |
| HSL | 290.07º | 0.63% | 0.45% | - |
| HSV(B) | 290.07º | 0.78% | 0.73% | - |
| XYZ | 24.9 | 13.03 | 48.22 | - |
| YUV | 94.71 | 180.09 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 187 | 0.13 | 0.78 | 0 | 0.27 | 290.07 | 0.63 | 0.45 |
| Hex | A3 | 2A | BB | D | 4E | 0 | 1B | 122 | 3F | 2D |
| Octal | 243 | 52 | 273 | 15 | 116 | 0 | 33 | 442 | 77 | 55 |
| Binary | 10100011 | 101010 | 10111011 | 1101 | 1001110 | 0 | 11011 | 100100010 | 111111 | 101101 |
Color Harmonies of #A32ABB
Complementary color
Monochromatic Colors of #A32ABB
Black with #A32ABB
Text Example
Text Example
White with #A32ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32ABB; }
p { color: rgb(163,42,187); }
H1.HeaderClassName
{
color: #A32ABB;
}
.AnyTagClassName
{
color: #A32ABB;
}
</style>
background-color css
<style>
a { background-color: #A32ABB; }
a { background-color: rgb(163,42,187); }
div.DivClassName
{
background-color: #A32ABB;
}
.BgClassName
{
background-color: #A32ABB;
}
</style>
border-color css
<style>
span { border-color: #A32ABB; }
span { border-color: rgb(163,42,187); }
td.TdClassName
{
border-color: #A32ABB;
}
.TagClassName
{
border-color: #A32ABB;
}
</style>