Shades of Dark Orchid #A32DC9
Tints of Dark Orchid #A32DC9
RGB
CMYK
RGB Variations
Color information
#A32DC9 (or 0xA32DC9) is known color: Dark Orchid. HEX triplet: A3, 2D and C9. RGB value is (163,45,201). Sum of RGB (Red+Green+Blue) = 163+45+201=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #A32DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32DC9 is #5CD236. Grayscale: #616161. Windows color (decimal): -6083127 or 13184419. OLE color: 13184419.
HSL color Cylindrical-coordinate representation of color #A32DC9: hue angle of 285.38º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32DC9 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 45 | 201 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.21 |
| HSL | 285.38º | 0.63% | 0.48% | - |
| HSV(B) | 285.38º | 0.78% | 0.79% | - |
| XYZ | 26.59 | 13.88 | 56.54 | - |
| YUV | 98.07 | 186.09 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 201 | 0.19 | 0.78 | 0 | 0.21 | 285.38 | 0.63 | 0.48 |
| Hex | A3 | 2D | C9 | 13 | 4E | 0 | 15 | 11D | 3F | 30 |
| Octal | 243 | 55 | 311 | 23 | 116 | 0 | 25 | 435 | 77 | 60 |
| Binary | 10100011 | 101101 | 11001001 | 10011 | 1001110 | 0 | 10101 | 100011101 | 111111 | 110000 |
Color Harmonies of #A32DC9
Complementary color
Monochromatic Colors of #A32DC9
Black with #A32DC9
Text Example
Text Example
White with #A32DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DC9; }
p { color: rgb(163,45,201); }
H1.HeaderClassName
{
color: #A32DC9;
}
.AnyTagClassName
{
color: #A32DC9;
}
</style>
background-color css
<style>
a { background-color: #A32DC9; }
a { background-color: rgb(163,45,201); }
div.DivClassName
{
background-color: #A32DC9;
}
.BgClassName
{
background-color: #A32DC9;
}
</style>
border-color css
<style>
span { border-color: #A32DC9; }
span { border-color: rgb(163,45,201); }
td.TdClassName
{
border-color: #A32DC9;
}
.TagClassName
{
border-color: #A32DC9;
}
</style>