Shades of Dark Orchid #A337CD
Tints of Dark Orchid #A337CD
RGB
CMYK
RGB Variations
Color information
#A337CD (or 0xA337CD) is known color: Dark Orchid. HEX triplet: A3, 37 and CD. RGB value is (163,55,205). Sum of RGB (Red+Green+Blue) = 163+55+205=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #A337CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A337CD is #5CC832. Grayscale: #676767. Windows color (decimal): -6080563 or 13449123. OLE color: 13449123.
HSL color Cylindrical-coordinate representation of color #A337CD: hue angle of 283.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A337CD is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 55 | 205 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.20 |
| HSL | 283.2º | 0.6% | 0.51% | - |
| HSV(B) | 283.2º | 0.73% | 0.8% | - |
| XYZ | 27.49 | 14.93 | 59.19 | - |
| YUV | 104.39 | 184.78 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 205 | 0.20 | 0.73 | 0 | 0.20 | 283.2 | 0.6 | 0.51 |
| Hex | A3 | 37 | CD | 14 | 49 | 0 | 14 | 11B | 3C | 33 |
| Octal | 243 | 67 | 315 | 24 | 111 | 0 | 24 | 433 | 74 | 63 |
| Binary | 10100011 | 110111 | 11001101 | 10100 | 1001001 | 0 | 10100 | 100011011 | 111100 | 110011 |
Color Harmonies of #A337CD
Complementary color
Monochromatic Colors of #A337CD
Black with #A337CD
Text Example
Text Example
White with #A337CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A337CD; }
p { color: rgb(163,55,205); }
H1.HeaderClassName
{
color: #A337CD;
}
.AnyTagClassName
{
color: #A337CD;
}
</style>
background-color css
<style>
a { background-color: #A337CD; }
a { background-color: rgb(163,55,205); }
div.DivClassName
{
background-color: #A337CD;
}
.BgClassName
{
background-color: #A337CD;
}
</style>
border-color css
<style>
span { border-color: #A337CD; }
span { border-color: rgb(163,55,205); }
td.TdClassName
{
border-color: #A337CD;
}
.TagClassName
{
border-color: #A337CD;
}
</style>