Shades of Dark Orchid #A228DE
Tints of Dark Orchid #A228DE
RGB
CMYK
RGB Variations
Color information
#A228DE (or 0xA228DE) is known color: Dark Orchid. HEX triplet: A2, 28 and DE. RGB value is (162,40,222). Sum of RGB (Red+Green+Blue) = 162+40+222=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #A228DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228DE is #5DD721. Grayscale: #606060. Windows color (decimal): -6149922 or 14559394. OLE color: 14559394.
HSL color Cylindrical-coordinate representation of color #A228DE: hue angle of 280.22º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A228DE is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 40 | 222 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.13 |
| HSL | 280.22º | 0.73% | 0.51% | - |
| HSV(B) | 280.22º | 0.82% | 0.87% | - |
| XYZ | 28.84 | 14.47 | 70.38 | - |
| YUV | 97.23 | 198.42 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 222 | 0.27 | 0.82 | 0 | 0.13 | 280.22 | 0.73 | 0.51 |
| Hex | A2 | 28 | DE | 1B | 52 | 0 | D | 118 | 49 | 33 |
| Octal | 242 | 50 | 336 | 33 | 122 | 0 | 15 | 430 | 111 | 63 |
| Binary | 10100010 | 101000 | 11011110 | 11011 | 1010010 | 0 | 1101 | 100011000 | 1001001 | 110011 |
Color Harmonies of #A228DE
Complementary color
Monochromatic Colors of #A228DE
Black with #A228DE
Text Example
Text Example
White with #A228DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228DE; }
p { color: rgb(162,40,222); }
H1.HeaderClassName
{
color: #A228DE;
}
.AnyTagClassName
{
color: #A228DE;
}
</style>
background-color css
<style>
a { background-color: #A228DE; }
a { background-color: rgb(162,40,222); }
div.DivClassName
{
background-color: #A228DE;
}
.BgClassName
{
background-color: #A228DE;
}
</style>
border-color css
<style>
span { border-color: #A228DE; }
span { border-color: rgb(162,40,222); }
td.TdClassName
{
border-color: #A228DE;
}
.TagClassName
{
border-color: #A228DE;
}
</style>