Shades of Dark Orchid #A22FE4
Tints of Dark Orchid #A22FE4
RGB
CMYK
RGB Variations
Color information
#A22FE4 (or 0xA22FE4) is known color: Dark Orchid. HEX triplet: A2, 2F and E4. RGB value is (162,47,228). Sum of RGB (Red+Green+Blue) = 162+47+228=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 228 (89.45% from 255 or 52.17% from 437); Max value from RGB is 228 - color contains mainly: blue. Hex color #A22FE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22FE4 is #5DD01B. Grayscale: #656565. Windows color (decimal): -6148124 or 14954402. OLE color: 14954402.
HSL color Cylindrical-coordinate representation of color #A22FE4: hue angle of 278.12º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22FE4 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 47 | 228 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.11 |
| HSL | 278.12º | 0.77% | 0.54% | - |
| HSV(B) | 278.12º | 0.79% | 0.89% | - |
| XYZ | 29.92 | 15.32 | 74.78 | - |
| YUV | 102.02 | 199.1 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 47 | 228 | 0.29 | 0.79 | 0 | 0.11 | 278.12 | 0.77 | 0.54 |
| Hex | A2 | 2F | E4 | 1D | 4F | 0 | B | 116 | 4D | 36 |
| Octal | 242 | 57 | 344 | 35 | 117 | 0 | 13 | 426 | 115 | 66 |
| Binary | 10100010 | 101111 | 11100100 | 11101 | 1001111 | 0 | 1011 | 100010110 | 1001101 | 110110 |
Color Harmonies of #A22FE4
Complementary color
Monochromatic Colors of #A22FE4
Black with #A22FE4
Text Example
Text Example
White with #A22FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22FE4; }
p { color: rgb(162,47,228); }
H1.HeaderClassName
{
color: #A22FE4;
}
.AnyTagClassName
{
color: #A22FE4;
}
</style>
background-color css
<style>
a { background-color: #A22FE4; }
a { background-color: rgb(162,47,228); }
div.DivClassName
{
background-color: #A22FE4;
}
.BgClassName
{
background-color: #A22FE4;
}
</style>
border-color css
<style>
span { border-color: #A22FE4; }
span { border-color: rgb(162,47,228); }
td.TdClassName
{
border-color: #A22FE4;
}
.TagClassName
{
border-color: #A22FE4;
}
</style>