Shades of Dark Orchid #A236AB
Tints of Dark Orchid #A236AB
RGB
CMYK
RGB Variations
Color information
#A236AB (or 0xA236AB) is known color: Dark Orchid. HEX triplet: A2, 36 and AB. RGB value is (162,54,171). Sum of RGB (Red+Green+Blue) = 162+54+171=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #A236AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A236AB is #5DC954. Grayscale: #636363. Windows color (decimal): -6146389 or 11220642. OLE color: 11220642.
HSL color Cylindrical-coordinate representation of color #A236AB: hue angle of 295.38º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A236AB is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 54 | 171 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.33 |
| HSL | 295.38º | 0.52% | 0.44% | - |
| HSV(B) | 295.38º | 0.68% | 0.67% | - |
| XYZ | 23.57 | 13.26 | 39.85 | - |
| YUV | 99.63 | 168.28 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 171 | 0.05 | 0.68 | 0 | 0.33 | 295.38 | 0.52 | 0.44 |
| Hex | A2 | 36 | AB | 5 | 44 | 0 | 21 | 127 | 34 | 2C |
| Octal | 242 | 66 | 253 | 5 | 104 | 0 | 41 | 447 | 64 | 54 |
| Binary | 10100010 | 110110 | 10101011 | 101 | 1000100 | 0 | 100001 | 100100111 | 110100 | 101100 |
Color Harmonies of #A236AB
Complementary color
Monochromatic Colors of #A236AB
Black with #A236AB
Text Example
Text Example
White with #A236AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236AB; }
p { color: rgb(162,54,171); }
H1.HeaderClassName
{
color: #A236AB;
}
.AnyTagClassName
{
color: #A236AB;
}
</style>
background-color css
<style>
a { background-color: #A236AB; }
a { background-color: rgb(162,54,171); }
div.DivClassName
{
background-color: #A236AB;
}
.BgClassName
{
background-color: #A236AB;
}
</style>
border-color css
<style>
span { border-color: #A236AB; }
span { border-color: rgb(162,54,171); }
td.TdClassName
{
border-color: #A236AB;
}
.TagClassName
{
border-color: #A236AB;
}
</style>