Shades of Dark Orchid #A32FCD
Tints of Dark Orchid #A32FCD
RGB
CMYK
RGB Variations
Color information
#A32FCD (or 0xA32FCD) is known color: Dark Orchid. HEX triplet: A3, 2F and CD. RGB value is (163,47,205). Sum of RGB (Red+Green+Blue) = 163+47+205=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #A32FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FCD is #5CD032. Grayscale: #636363. Windows color (decimal): -6082611 or 13447075. OLE color: 13447075.
HSL color Cylindrical-coordinate representation of color #A32FCD: hue angle of 284.05º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32FCD is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 47 | 205 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.20 |
| HSL | 284.05º | 0.63% | 0.49% | - |
| HSV(B) | 284.05º | 0.77% | 0.8% | - |
| XYZ | 27.14 | 14.23 | 59.07 | - |
| YUV | 99.7 | 187.43 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 205 | 0.20 | 0.77 | 0 | 0.20 | 284.05 | 0.63 | 0.49 |
| Hex | A3 | 2F | CD | 14 | 4D | 0 | 14 | 11C | 3F | 31 |
| Octal | 243 | 57 | 315 | 24 | 115 | 0 | 24 | 434 | 77 | 61 |
| Binary | 10100011 | 101111 | 11001101 | 10100 | 1001101 | 0 | 10100 | 100011100 | 111111 | 110001 |
Color Harmonies of #A32FCD
Complementary color
Monochromatic Colors of #A32FCD
Black with #A32FCD
Text Example
Text Example
White with #A32FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FCD; }
p { color: rgb(163,47,205); }
H1.HeaderClassName
{
color: #A32FCD;
}
.AnyTagClassName
{
color: #A32FCD;
}
</style>
background-color css
<style>
a { background-color: #A32FCD; }
a { background-color: rgb(163,47,205); }
div.DivClassName
{
background-color: #A32FCD;
}
.BgClassName
{
background-color: #A32FCD;
}
</style>
border-color css
<style>
span { border-color: #A32FCD; }
span { border-color: rgb(163,47,205); }
td.TdClassName
{
border-color: #A32FCD;
}
.TagClassName
{
border-color: #A32FCD;
}
</style>