Shades of Dark Orchid #A229DD
Tints of Dark Orchid #A229DD
RGB
CMYK
RGB Variations
Color information
#A229DD (or 0xA229DD) is known color: Dark Orchid. HEX triplet: A2, 29 and DD. RGB value is (162,41,221). Sum of RGB (Red+Green+Blue) = 162+41+221=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #A229DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229DD is #5DD622. Grayscale: #616161. Windows color (decimal): -6149667 or 14494114. OLE color: 14494114.
HSL color Cylindrical-coordinate representation of color #A229DD: hue angle of 280.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A229DD is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 41 | 221 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.13 |
| HSL | 280.33º | 0.73% | 0.51% | - |
| HSV(B) | 280.33º | 0.81% | 0.87% | - |
| XYZ | 28.74 | 14.49 | 69.69 | - |
| YUV | 97.7 | 197.59 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 221 | 0.27 | 0.81 | 0 | 0.13 | 280.33 | 0.73 | 0.51 |
| Hex | A2 | 29 | DD | 1B | 51 | 0 | D | 118 | 49 | 33 |
| Octal | 242 | 51 | 335 | 33 | 121 | 0 | 15 | 430 | 111 | 63 |
| Binary | 10100010 | 101001 | 11011101 | 11011 | 1010001 | 0 | 1101 | 100011000 | 1001001 | 110011 |
Color Harmonies of #A229DD
Complementary color
Monochromatic Colors of #A229DD
Black with #A229DD
Text Example
Text Example
White with #A229DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A229DD; }
p { color: rgb(162,41,221); }
H1.HeaderClassName
{
color: #A229DD;
}
.AnyTagClassName
{
color: #A229DD;
}
</style>
background-color css
<style>
a { background-color: #A229DD; }
a { background-color: rgb(162,41,221); }
div.DivClassName
{
background-color: #A229DD;
}
.BgClassName
{
background-color: #A229DD;
}
</style>
border-color css
<style>
span { border-color: #A229DD; }
span { border-color: rgb(162,41,221); }
td.TdClassName
{
border-color: #A229DD;
}
.TagClassName
{
border-color: #A229DD;
}
</style>