Shades of Dark Orchid #A436D0
Tints of Dark Orchid #A436D0
RGB
CMYK
RGB Variations
Color information
#A436D0 (or 0xA436D0) is known color: Dark Orchid. HEX triplet: A4, 36 and D0. RGB value is (164,54,208). Sum of RGB (Red+Green+Blue) = 164+54+208=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #A436D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A436D0 is #5BC92F. Grayscale: #676767. Windows color (decimal): -6015280 or 13645476. OLE color: 13645476.
HSL color Cylindrical-coordinate representation of color #A436D0: hue angle of 282.86º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A436D0 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 54 | 208 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.18 |
| HSL | 282.86º | 0.62% | 0.51% | - |
| HSV(B) | 282.86º | 0.74% | 0.82% | - |
| XYZ | 28.01 | 15.08 | 61.11 | - |
| YUV | 104.45 | 186.44 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 208 | 0.21 | 0.74 | 0 | 0.18 | 282.86 | 0.62 | 0.51 |
| Hex | A4 | 36 | D0 | 15 | 4A | 0 | 12 | 11B | 3E | 33 |
| Octal | 244 | 66 | 320 | 25 | 112 | 0 | 22 | 433 | 76 | 63 |
| Binary | 10100100 | 110110 | 11010000 | 10101 | 1001010 | 0 | 10010 | 100011011 | 111110 | 110011 |
Color Harmonies of #A436D0
Complementary color
Monochromatic Colors of #A436D0
Black with #A436D0
Text Example
Text Example
White with #A436D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A436D0; }
p { color: rgb(164,54,208); }
H1.HeaderClassName
{
color: #A436D0;
}
.AnyTagClassName
{
color: #A436D0;
}
</style>
background-color css
<style>
a { background-color: #A436D0; }
a { background-color: rgb(164,54,208); }
div.DivClassName
{
background-color: #A436D0;
}
.BgClassName
{
background-color: #A436D0;
}
</style>
border-color css
<style>
span { border-color: #A436D0; }
span { border-color: rgb(164,54,208); }
td.TdClassName
{
border-color: #A436D0;
}
.TagClassName
{
border-color: #A436D0;
}
</style>