Shades of Dark Orchid #A236AC
Tints of Dark Orchid #A236AC
RGB
CMYK
RGB Variations
Color information
#A236AC (or 0xA236AC) is known color: Dark Orchid. HEX triplet: A2, 36 and AC. RGB value is (162,54,172). Sum of RGB (Red+Green+Blue) = 162+54+172=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #A236AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A236AC is #5DC953. Grayscale: #636363. Windows color (decimal): -6146388 or 11286178. OLE color: 11286178.
HSL color Cylindrical-coordinate representation of color #A236AC: hue angle of 294.92º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A236AC is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 54 | 172 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.33 |
| HSL | 294.92º | 0.52% | 0.44% | - |
| HSV(B) | 294.92º | 0.69% | 0.67% | - |
| XYZ | 23.67 | 13.3 | 40.35 | - |
| YUV | 99.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 172 | 0.06 | 0.69 | 0 | 0.33 | 294.92 | 0.52 | 0.44 |
| Hex | A2 | 36 | AC | 6 | 45 | 0 | 21 | 127 | 34 | 2C |
| Octal | 242 | 66 | 254 | 6 | 105 | 0 | 41 | 447 | 64 | 54 |
| Binary | 10100010 | 110110 | 10101100 | 110 | 1000101 | 0 | 100001 | 100100111 | 110100 | 101100 |
Color Harmonies of #A236AC
Complementary color
Monochromatic Colors of #A236AC
Black with #A236AC
Text Example
Text Example
White with #A236AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236AC; }
p { color: rgb(162,54,172); }
H1.HeaderClassName
{
color: #A236AC;
}
.AnyTagClassName
{
color: #A236AC;
}
</style>
background-color css
<style>
a { background-color: #A236AC; }
a { background-color: rgb(162,54,172); }
div.DivClassName
{
background-color: #A236AC;
}
.BgClassName
{
background-color: #A236AC;
}
</style>
border-color css
<style>
span { border-color: #A236AC; }
span { border-color: rgb(162,54,172); }
td.TdClassName
{
border-color: #A236AC;
}
.TagClassName
{
border-color: #A236AC;
}
</style>