Shades of Dark Orchid #A229AC
Tints of Dark Orchid #A229AC
RGB
CMYK
RGB Variations
Color information
#A229AC (or 0xA229AC) is known color: Dark Orchid. HEX triplet: A2, 29 and AC. RGB value is (162,41,172). Sum of RGB (Red+Green+Blue) = 162+41+172=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #A229AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A229AC is #5DD653. Grayscale: #5B5B5B. Windows color (decimal): -6149716 or 11282850. OLE color: 11282850.
HSL color Cylindrical-coordinate representation of color #A229AC: hue angle of 295.42º degrees, saturation: 0.62, 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 #A229AC is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 41 | 172 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.33 |
| HSL | 295.42º | 0.62% | 0.42% | - |
| HSV(B) | 295.42º | 0.76% | 0.67% | - |
| XYZ | 23.14 | 12.25 | 40.17 | - |
| YUV | 92.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 172 | 0.06 | 0.76 | 0 | 0.33 | 295.42 | 0.62 | 0.42 |
| Hex | A2 | 29 | AC | 6 | 4C | 0 | 21 | 127 | 3E | 2A |
| Octal | 242 | 51 | 254 | 6 | 114 | 0 | 41 | 447 | 76 | 52 |
| Binary | 10100010 | 101001 | 10101100 | 110 | 1001100 | 0 | 100001 | 100100111 | 111110 | 101010 |
Color Harmonies of #A229AC
Complementary color
Monochromatic Colors of #A229AC
Black with #A229AC
Text Example
Text Example
White with #A229AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A229AC; }
p { color: rgb(162,41,172); }
H1.HeaderClassName
{
color: #A229AC;
}
.AnyTagClassName
{
color: #A229AC;
}
</style>
background-color css
<style>
a { background-color: #A229AC; }
a { background-color: rgb(162,41,172); }
div.DivClassName
{
background-color: #A229AC;
}
.BgClassName
{
background-color: #A229AC;
}
</style>
border-color css
<style>
span { border-color: #A229AC; }
span { border-color: rgb(162,41,172); }
td.TdClassName
{
border-color: #A229AC;
}
.TagClassName
{
border-color: #A229AC;
}
</style>