Shades of Dark Orchid #A236AD
Tints of Dark Orchid #A236AD
RGB
CMYK
RGB Variations
Color information
#A236AD (or 0xA236AD) is known color: Dark Orchid. HEX triplet: A2, 36 and AD. RGB value is (162,54,173). Sum of RGB (Red+Green+Blue) = 162+54+173=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #A236AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A236AD is #5DC952. Grayscale: #636363. Windows color (decimal): -6146387 or 11351714. OLE color: 11351714.
HSL color Cylindrical-coordinate representation of color #A236AD: hue angle of 294.45º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A236AD is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 54 | 173 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.32 |
| HSL | 294.45º | 0.52% | 0.45% | - |
| HSV(B) | 294.45º | 0.69% | 0.68% | - |
| XYZ | 23.76 | 13.34 | 40.86 | - |
| YUV | 99.86 | 169.28 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 173 | 0.06 | 0.69 | 0 | 0.32 | 294.45 | 0.52 | 0.45 |
| Hex | A2 | 36 | AD | 6 | 45 | 0 | 20 | 126 | 34 | 2D |
| Octal | 242 | 66 | 255 | 6 | 105 | 0 | 40 | 446 | 64 | 55 |
| Binary | 10100010 | 110110 | 10101101 | 110 | 1000101 | 0 | 100000 | 100100110 | 110100 | 101101 |
Color Harmonies of #A236AD
Complementary color
Monochromatic Colors of #A236AD
Black with #A236AD
Text Example
Text Example
White with #A236AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236AD; }
p { color: rgb(162,54,173); }
H1.HeaderClassName
{
color: #A236AD;
}
.AnyTagClassName
{
color: #A236AD;
}
</style>
background-color css
<style>
a { background-color: #A236AD; }
a { background-color: rgb(162,54,173); }
div.DivClassName
{
background-color: #A236AD;
}
.BgClassName
{
background-color: #A236AD;
}
</style>
border-color css
<style>
span { border-color: #A236AD; }
span { border-color: rgb(162,54,173); }
td.TdClassName
{
border-color: #A236AD;
}
.TagClassName
{
border-color: #A236AD;
}
</style>