Shades of Dark Orchid #A337E0
Tints of Dark Orchid #A337E0
RGB
CMYK
RGB Variations
Color information
#A337E0 (or 0xA337E0) is known color: Dark Orchid. HEX triplet: A3, 37 and E0. RGB value is (163,55,224). Sum of RGB (Red+Green+Blue) = 163+55+224=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #A337E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A337E0 is #5CC81F. Grayscale: #696969. Windows color (decimal): -6080544 or 14694307. OLE color: 14694307.
HSL color Cylindrical-coordinate representation of color #A337E0: hue angle of 278.34º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A337E0 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 55 | 224 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.12 |
| HSL | 278.34º | 0.73% | 0.55% | - |
| HSV(B) | 278.34º | 0.75% | 0.88% | - |
| XYZ | 29.93 | 15.9 | 72.01 | - |
| YUV | 106.56 | 194.28 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 224 | 0.27 | 0.75 | 0 | 0.12 | 278.34 | 0.73 | 0.55 |
| Hex | A3 | 37 | E0 | 1B | 4B | 0 | C | 116 | 49 | 37 |
| Octal | 243 | 67 | 340 | 33 | 113 | 0 | 14 | 426 | 111 | 67 |
| Binary | 10100011 | 110111 | 11100000 | 11011 | 1001011 | 0 | 1100 | 100010110 | 1001001 | 110111 |
Color Harmonies of #A337E0
Complementary color
Monochromatic Colors of #A337E0
Black with #A337E0
Text Example
Text Example
White with #A337E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A337E0; }
p { color: rgb(163,55,224); }
H1.HeaderClassName
{
color: #A337E0;
}
.AnyTagClassName
{
color: #A337E0;
}
</style>
background-color css
<style>
a { background-color: #A337E0; }
a { background-color: rgb(163,55,224); }
div.DivClassName
{
background-color: #A337E0;
}
.BgClassName
{
background-color: #A337E0;
}
</style>
border-color css
<style>
span { border-color: #A337E0; }
span { border-color: rgb(163,55,224); }
td.TdClassName
{
border-color: #A337E0;
}
.TagClassName
{
border-color: #A337E0;
}
</style>