Shades of Dark Orchid #A229AB
Tints of Dark Orchid #A229AB
RGB
CMYK
RGB Variations
Color information
#A229AB (or 0xA229AB) is known color: Dark Orchid. HEX triplet: A2, 29 and AB. RGB value is (162,41,171). Sum of RGB (Red+Green+Blue) = 162+41+171=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #A229AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A229AB is #5DD654. Grayscale: #5B5B5B. Windows color (decimal): -6149717 or 11217314. OLE color: 11217314.
HSL color Cylindrical-coordinate representation of color #A229AB: hue angle of 295.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A229AB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 41 | 171 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.33 |
| HSL | 295.85º | 0.61% | 0.42% | - |
| HSV(B) | 295.85º | 0.76% | 0.67% | - |
| XYZ | 23.04 | 12.21 | 39.67 | - |
| YUV | 92 | 172.59 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 171 | 0.05 | 0.76 | 0 | 0.33 | 295.85 | 0.61 | 0.42 |
| Hex | A2 | 29 | AB | 5 | 4C | 0 | 21 | 128 | 3D | 2A |
| Octal | 242 | 51 | 253 | 5 | 114 | 0 | 41 | 450 | 75 | 52 |
| Binary | 10100010 | 101001 | 10101011 | 101 | 1001100 | 0 | 100001 | 100101000 | 111101 | 101010 |
Color Harmonies of #A229AB
Complementary color
Monochromatic Colors of #A229AB
Black with #A229AB
Text Example
Text Example
White with #A229AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A229AB; }
p { color: rgb(162,41,171); }
H1.HeaderClassName
{
color: #A229AB;
}
.AnyTagClassName
{
color: #A229AB;
}
</style>
background-color css
<style>
a { background-color: #A229AB; }
a { background-color: rgb(162,41,171); }
div.DivClassName
{
background-color: #A229AB;
}
.BgClassName
{
background-color: #A229AB;
}
</style>
border-color css
<style>
span { border-color: #A229AB; }
span { border-color: rgb(162,41,171); }
td.TdClassName
{
border-color: #A229AB;
}
.TagClassName
{
border-color: #A229AB;
}
</style>