Shades of Dark Orchid #A337CF
Tints of Dark Orchid #A337CF
RGB
CMYK
RGB Variations
Color information
#A337CF (or 0xA337CF) is known color: Dark Orchid. HEX triplet: A3, 37 and CF. RGB value is (163,55,207). Sum of RGB (Red+Green+Blue) = 163+55+207=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #A337CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A337CF is #5CC830. Grayscale: #686868. Windows color (decimal): -6080561 or 13580195. OLE color: 13580195.
HSL color Cylindrical-coordinate representation of color #A337CF: hue angle of 282.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A337CF is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 55 | 207 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.19 |
| HSL | 282.63º | 0.61% | 0.51% | - |
| HSV(B) | 282.63º | 0.73% | 0.81% | - |
| XYZ | 27.73 | 15.02 | 60.47 | - |
| YUV | 104.62 | 185.78 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 207 | 0.21 | 0.73 | 0 | 0.19 | 282.63 | 0.61 | 0.51 |
| Hex | A3 | 37 | CF | 15 | 49 | 0 | 13 | 11B | 3D | 33 |
| Octal | 243 | 67 | 317 | 25 | 111 | 0 | 23 | 433 | 75 | 63 |
| Binary | 10100011 | 110111 | 11001111 | 10101 | 1001001 | 0 | 10011 | 100011011 | 111101 | 110011 |
Color Harmonies of #A337CF
Complementary color
Monochromatic Colors of #A337CF
Black with #A337CF
Text Example
Text Example
White with #A337CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A337CF; }
p { color: rgb(163,55,207); }
H1.HeaderClassName
{
color: #A337CF;
}
.AnyTagClassName
{
color: #A337CF;
}
</style>
background-color css
<style>
a { background-color: #A337CF; }
a { background-color: rgb(163,55,207); }
div.DivClassName
{
background-color: #A337CF;
}
.BgClassName
{
background-color: #A337CF;
}
</style>
border-color css
<style>
span { border-color: #A337CF; }
span { border-color: rgb(163,55,207); }
td.TdClassName
{
border-color: #A337CF;
}
.TagClassName
{
border-color: #A337CF;
}
</style>