Shades of Dark Orchid #A32CDF
Tints of Dark Orchid #A32CDF
RGB
CMYK
RGB Variations
Color information
#A32CDF (or 0xA32CDF) is known color: Dark Orchid. HEX triplet: A3, 2C and DF. RGB value is (163,44,223). Sum of RGB (Red+Green+Blue) = 163+44+223=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #A32CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CDF is #5CD320. Grayscale: #636363. Windows color (decimal): -6083361 or 14625955. OLE color: 14625955.
HSL color Cylindrical-coordinate representation of color #A32CDF: hue angle of 279.89º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32CDF is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 44 | 223 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.13 |
| HSL | 279.89º | 0.74% | 0.52% | - |
| HSV(B) | 279.89º | 0.8% | 0.87% | - |
| XYZ | 29.32 | 14.92 | 71.15 | - |
| YUV | 99.99 | 197.42 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 223 | 0.27 | 0.80 | 0 | 0.13 | 279.89 | 0.74 | 0.52 |
| Hex | A3 | 2C | DF | 1B | 50 | 0 | D | 118 | 4A | 34 |
| Octal | 243 | 54 | 337 | 33 | 120 | 0 | 15 | 430 | 112 | 64 |
| Binary | 10100011 | 101100 | 11011111 | 11011 | 1010000 | 0 | 1101 | 100011000 | 1001010 | 110100 |
Color Harmonies of #A32CDF
Complementary color
Monochromatic Colors of #A32CDF
Black with #A32CDF
Text Example
Text Example
White with #A32CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CDF; }
p { color: rgb(163,44,223); }
H1.HeaderClassName
{
color: #A32CDF;
}
.AnyTagClassName
{
color: #A32CDF;
}
</style>
background-color css
<style>
a { background-color: #A32CDF; }
a { background-color: rgb(163,44,223); }
div.DivClassName
{
background-color: #A32CDF;
}
.BgClassName
{
background-color: #A32CDF;
}
</style>
border-color css
<style>
span { border-color: #A32CDF; }
span { border-color: rgb(163,44,223); }
td.TdClassName
{
border-color: #A32CDF;
}
.TagClassName
{
border-color: #A32CDF;
}
</style>