Shades of Dark Orchid #A22DDA
Tints of Dark Orchid #A22DDA
RGB
CMYK
RGB Variations
Color information
#A22DDA (or 0xA22DDA) is known color: Dark Orchid. HEX triplet: A2, 2D and DA. RGB value is (162,45,218). Sum of RGB (Red+Green+Blue) = 162+45+218=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #A22DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DDA is #5DD225. Grayscale: #636363. Windows color (decimal): -6148646 or 14298530. OLE color: 14298530.
HSL color Cylindrical-coordinate representation of color #A22DDA: hue angle of 280.58º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22DDA is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 45 | 218 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.15 |
| HSL | 280.58º | 0.7% | 0.52% | - |
| HSV(B) | 280.58º | 0.79% | 0.85% | - |
| XYZ | 28.49 | 14.62 | 67.65 | - |
| YUV | 99.71 | 194.76 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 218 | 0.26 | 0.79 | 0 | 0.15 | 280.58 | 0.7 | 0.52 |
| Hex | A2 | 2D | DA | 1A | 4F | 0 | F | 119 | 46 | 34 |
| Octal | 242 | 55 | 332 | 32 | 117 | 0 | 17 | 431 | 106 | 64 |
| Binary | 10100010 | 101101 | 11011010 | 11010 | 1001111 | 0 | 1111 | 100011001 | 1000110 | 110100 |
Color Harmonies of #A22DDA
Complementary color
Monochromatic Colors of #A22DDA
Black with #A22DDA
Text Example
Text Example
White with #A22DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DDA; }
p { color: rgb(162,45,218); }
H1.HeaderClassName
{
color: #A22DDA;
}
.AnyTagClassName
{
color: #A22DDA;
}
</style>
background-color css
<style>
a { background-color: #A22DDA; }
a { background-color: rgb(162,45,218); }
div.DivClassName
{
background-color: #A22DDA;
}
.BgClassName
{
background-color: #A22DDA;
}
</style>
border-color css
<style>
span { border-color: #A22DDA; }
span { border-color: rgb(162,45,218); }
td.TdClassName
{
border-color: #A22DDA;
}
.TagClassName
{
border-color: #A22DDA;
}
</style>