Shades of Dark Orchid #A229DA
Tints of Dark Orchid #A229DA
RGB
CMYK
RGB Variations
Color information
#A229DA (or 0xA229DA) is known color: Dark Orchid. HEX triplet: A2, 29 and DA. RGB value is (162,41,218). Sum of RGB (Red+Green+Blue) = 162+41+218=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #A229DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229DA is #5DD625. Grayscale: #606060. Windows color (decimal): -6149670 or 14297506. OLE color: 14297506.
HSL color Cylindrical-coordinate representation of color #A229DA: hue angle of 281.02º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A229DA is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 41 | 218 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.15 |
| HSL | 281.02º | 0.71% | 0.51% | - |
| HSV(B) | 281.02º | 0.81% | 0.85% | - |
| XYZ | 28.35 | 14.33 | 67.6 | - |
| YUV | 97.36 | 196.09 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 218 | 0.26 | 0.81 | 0 | 0.15 | 281.02 | 0.71 | 0.51 |
| Hex | A2 | 29 | DA | 1A | 51 | 0 | F | 119 | 47 | 33 |
| Octal | 242 | 51 | 332 | 32 | 121 | 0 | 17 | 431 | 107 | 63 |
| Binary | 10100010 | 101001 | 11011010 | 11010 | 1010001 | 0 | 1111 | 100011001 | 1000111 | 110011 |
Color Harmonies of #A229DA
Complementary color
Monochromatic Colors of #A229DA
Black with #A229DA
Text Example
Text Example
White with #A229DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A229DA; }
p { color: rgb(162,41,218); }
H1.HeaderClassName
{
color: #A229DA;
}
.AnyTagClassName
{
color: #A229DA;
}
</style>
background-color css
<style>
a { background-color: #A229DA; }
a { background-color: rgb(162,41,218); }
div.DivClassName
{
background-color: #A229DA;
}
.BgClassName
{
background-color: #A229DA;
}
</style>
border-color css
<style>
span { border-color: #A229DA; }
span { border-color: rgb(162,41,218); }
td.TdClassName
{
border-color: #A229DA;
}
.TagClassName
{
border-color: #A229DA;
}
</style>