Shades of Dark Orchid #A337CC
Tints of Dark Orchid #A337CC
RGB
CMYK
RGB Variations
Color information
#A337CC (or 0xA337CC) is known color: Dark Orchid. HEX triplet: A3, 37 and CC. RGB value is (163,55,204). Sum of RGB (Red+Green+Blue) = 163+55+204=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #A337CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A337CC is #5CC833. Grayscale: #676767. Windows color (decimal): -6080564 or 13383587. OLE color: 13383587.
HSL color Cylindrical-coordinate representation of color #A337CC: hue angle of 283.49º degrees, saturation: 0.59, 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 #A337CC is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 55 | 204 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.2 |
| HSL | 283.49º | 0.59% | 0.51% | - |
| HSV(B) | 283.49º | 0.73% | 0.8% | - |
| XYZ | 27.37 | 14.88 | 58.56 | - |
| YUV | 104.28 | 184.28 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 204 | 0.20 | 0.73 | 0 | 0.2 | 283.49 | 0.59 | 0.51 |
| Hex | A3 | 37 | CC | 14 | 49 | 0 | 14 | 11B | 3B | 33 |
| Octal | 243 | 67 | 314 | 24 | 111 | 0 | 24 | 433 | 73 | 63 |
| Binary | 10100011 | 110111 | 11001100 | 10100 | 1001001 | 0 | 10100 | 100011011 | 111011 | 110011 |
Color Harmonies of #A337CC
Complementary color
Monochromatic Colors of #A337CC
Black with #A337CC
Text Example
Text Example
White with #A337CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A337CC; }
p { color: rgb(163,55,204); }
H1.HeaderClassName
{
color: #A337CC;
}
.AnyTagClassName
{
color: #A337CC;
}
</style>
background-color css
<style>
a { background-color: #A337CC; }
a { background-color: rgb(163,55,204); }
div.DivClassName
{
background-color: #A337CC;
}
.BgClassName
{
background-color: #A337CC;
}
</style>
border-color css
<style>
span { border-color: #A337CC; }
span { border-color: rgb(163,55,204); }
td.TdClassName
{
border-color: #A337CC;
}
.TagClassName
{
border-color: #A337CC;
}
</style>