Shades of Dark Orchid #A229DC
Tints of Dark Orchid #A229DC
RGB
CMYK
RGB Variations
Color information
#A229DC (or 0xA229DC) is known color: Dark Orchid. HEX triplet: A2, 29 and DC. RGB value is (162,41,220). Sum of RGB (Red+Green+Blue) = 162+41+220=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #A229DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229DC is #5DD623. Grayscale: #606060. Windows color (decimal): -6149668 or 14428578. OLE color: 14428578.
HSL color Cylindrical-coordinate representation of color #A229DC: hue angle of 280.56º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A229DC is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 41 | 220 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.14 |
| HSL | 280.56º | 0.72% | 0.51% | - |
| HSV(B) | 280.56º | 0.81% | 0.86% | - |
| XYZ | 28.61 | 14.43 | 68.99 | - |
| YUV | 97.59 | 197.09 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 220 | 0.26 | 0.81 | 0 | 0.14 | 280.56 | 0.72 | 0.51 |
| Hex | A2 | 29 | DC | 1A | 51 | 0 | E | 119 | 48 | 33 |
| Octal | 242 | 51 | 334 | 32 | 121 | 0 | 16 | 431 | 110 | 63 |
| Binary | 10100010 | 101001 | 11011100 | 11010 | 1010001 | 0 | 1110 | 100011001 | 1001000 | 110011 |
Color Harmonies of #A229DC
Complementary color
Monochromatic Colors of #A229DC
Black with #A229DC
Text Example
Text Example
White with #A229DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A229DC; }
p { color: rgb(162,41,220); }
H1.HeaderClassName
{
color: #A229DC;
}
.AnyTagClassName
{
color: #A229DC;
}
</style>
background-color css
<style>
a { background-color: #A229DC; }
a { background-color: rgb(162,41,220); }
div.DivClassName
{
background-color: #A229DC;
}
.BgClassName
{
background-color: #A229DC;
}
</style>
border-color css
<style>
span { border-color: #A229DC; }
span { border-color: rgb(162,41,220); }
td.TdClassName
{
border-color: #A229DC;
}
.TagClassName
{
border-color: #A229DC;
}
</style>