Shades of Dark Orchid #A436DC
Tints of Dark Orchid #A436DC
RGB
CMYK
RGB Variations
Color information
#A436DC (or 0xA436DC) is known color: Dark Orchid. HEX triplet: A4, 36 and DC. RGB value is (164,54,220). Sum of RGB (Red+Green+Blue) = 164+54+220=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #A436DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A436DC is #5BC923. Grayscale: #696969. Windows color (decimal): -6015268 or 14431908. OLE color: 14431908.
HSL color Cylindrical-coordinate representation of color #A436DC: hue angle of 279.76º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A436DC is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 54 | 220 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.14 |
| HSL | 279.76º | 0.7% | 0.54% | - |
| HSV(B) | 279.76º | 0.75% | 0.86% | - |
| XYZ | 29.55 | 15.7 | 69.18 | - |
| YUV | 105.81 | 192.44 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 220 | 0.25 | 0.75 | 0 | 0.14 | 279.76 | 0.7 | 0.54 |
| Hex | A4 | 36 | DC | 19 | 4B | 0 | E | 118 | 46 | 36 |
| Octal | 244 | 66 | 334 | 31 | 113 | 0 | 16 | 430 | 106 | 66 |
| Binary | 10100100 | 110110 | 11011100 | 11001 | 1001011 | 0 | 1110 | 100011000 | 1000110 | 110110 |
Color Harmonies of #A436DC
Complementary color
Monochromatic Colors of #A436DC
Black with #A436DC
Text Example
Text Example
White with #A436DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A436DC; }
p { color: rgb(164,54,220); }
H1.HeaderClassName
{
color: #A436DC;
}
.AnyTagClassName
{
color: #A436DC;
}
</style>
background-color css
<style>
a { background-color: #A436DC; }
a { background-color: rgb(164,54,220); }
div.DivClassName
{
background-color: #A436DC;
}
.BgClassName
{
background-color: #A436DC;
}
</style>
border-color css
<style>
span { border-color: #A436DC; }
span { border-color: rgb(164,54,220); }
td.TdClassName
{
border-color: #A436DC;
}
.TagClassName
{
border-color: #A436DC;
}
</style>