Shades of Dark Orchid #A336D1
Tints of Dark Orchid #A336D1
RGB
CMYK
RGB Variations
Color information
#A336D1 (or 0xA336D1) is known color: Dark Orchid. HEX triplet: A3, 36 and D1. RGB value is (163,54,209). Sum of RGB (Red+Green+Blue) = 163+54+209=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #A336D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A336D1 is #5CC92E. Grayscale: #676767. Windows color (decimal): -6080815 or 13711011. OLE color: 13711011.
HSL color Cylindrical-coordinate representation of color #A336D1: hue angle of 282.19º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A336D1 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 54 | 209 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.18 |
| HSL | 282.19º | 0.63% | 0.52% | - |
| HSV(B) | 282.19º | 0.74% | 0.82% | - |
| XYZ | 27.93 | 15.03 | 61.75 | - |
| YUV | 104.26 | 187.11 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 209 | 0.22 | 0.74 | 0 | 0.18 | 282.19 | 0.63 | 0.52 |
| Hex | A3 | 36 | D1 | 16 | 4A | 0 | 12 | 11A | 3F | 34 |
| Octal | 243 | 66 | 321 | 26 | 112 | 0 | 22 | 432 | 77 | 64 |
| Binary | 10100011 | 110110 | 11010001 | 10110 | 1001010 | 0 | 10010 | 100011010 | 111111 | 110100 |
Color Harmonies of #A336D1
Complementary color
Monochromatic Colors of #A336D1
Black with #A336D1
Text Example
Text Example
White with #A336D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A336D1; }
p { color: rgb(163,54,209); }
H1.HeaderClassName
{
color: #A336D1;
}
.AnyTagClassName
{
color: #A336D1;
}
</style>
background-color css
<style>
a { background-color: #A336D1; }
a { background-color: rgb(163,54,209); }
div.DivClassName
{
background-color: #A336D1;
}
.BgClassName
{
background-color: #A336D1;
}
</style>
border-color css
<style>
span { border-color: #A336D1; }
span { border-color: rgb(163,54,209); }
td.TdClassName
{
border-color: #A336D1;
}
.TagClassName
{
border-color: #A336D1;
}
</style>