Shades of Dark Orchid #A222CE
Tints of Dark Orchid #A222CE
RGB
CMYK
RGB Variations
Color information
#A222CE (or 0xA222CE) is known color: Dark Orchid. HEX triplet: A2, 22 and CE. RGB value is (162,34,206). Sum of RGB (Red+Green+Blue) = 162+34+206=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #A222CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A222CE is #5DDD31. Grayscale: #5B5B5B. Windows color (decimal): -6151474 or 13509282. OLE color: 13509282.
HSL color Cylindrical-coordinate representation of color #A222CE: hue angle of 284.65º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A222CE is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 34 | 206 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.19 |
| HSL | 284.65º | 0.72% | 0.47% | - |
| HSV(B) | 284.65º | 0.83% | 0.81% | - |
| XYZ | 26.61 | 13.28 | 59.55 | - |
| YUV | 91.88 | 192.41 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 206 | 0.21 | 0.83 | 0 | 0.19 | 284.65 | 0.72 | 0.47 |
| Hex | A2 | 22 | CE | 15 | 53 | 0 | 13 | 11D | 48 | 2F |
| Octal | 242 | 42 | 316 | 25 | 123 | 0 | 23 | 435 | 110 | 57 |
| Binary | 10100010 | 100010 | 11001110 | 10101 | 1010011 | 0 | 10011 | 100011101 | 1001000 | 101111 |
Color Harmonies of #A222CE
Complementary color
Monochromatic Colors of #A222CE
Black with #A222CE
Text Example
Text Example
White with #A222CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A222CE; }
p { color: rgb(162,34,206); }
H1.HeaderClassName
{
color: #A222CE;
}
.AnyTagClassName
{
color: #A222CE;
}
</style>
background-color css
<style>
a { background-color: #A222CE; }
a { background-color: rgb(162,34,206); }
div.DivClassName
{
background-color: #A222CE;
}
.BgClassName
{
background-color: #A222CE;
}
</style>
border-color css
<style>
span { border-color: #A222CE; }
span { border-color: rgb(162,34,206); }
td.TdClassName
{
border-color: #A222CE;
}
.TagClassName
{
border-color: #A222CE;
}
</style>