Shades of Dark Orchid #A228DD
Tints of Dark Orchid #A228DD
RGB
CMYK
RGB Variations
Color information
#A228DD (or 0xA228DD) is known color: Dark Orchid. HEX triplet: A2, 28 and DD. RGB value is (162,40,221). Sum of RGB (Red+Green+Blue) = 162+40+221=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #A228DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228DD is #5DD722. Grayscale: #606060. Windows color (decimal): -6149923 or 14493858. OLE color: 14493858.
HSL color Cylindrical-coordinate representation of color #A228DD: hue angle of 280.44º 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 #A228DD is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 40 | 221 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.13 |
| HSL | 280.44º | 0.73% | 0.51% | - |
| HSV(B) | 280.44º | 0.82% | 0.87% | - |
| XYZ | 28.71 | 14.42 | 69.68 | - |
| YUV | 97.11 | 197.92 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 221 | 0.27 | 0.82 | 0 | 0.13 | 280.44 | 0.73 | 0.51 |
| Hex | A2 | 28 | DD | 1B | 52 | 0 | D | 118 | 49 | 33 |
| Octal | 242 | 50 | 335 | 33 | 122 | 0 | 15 | 430 | 111 | 63 |
| Binary | 10100010 | 101000 | 11011101 | 11011 | 1010010 | 0 | 1101 | 100011000 | 1001001 | 110011 |
Color Harmonies of #A228DD
Complementary color
Monochromatic Colors of #A228DD
Black with #A228DD
Text Example
Text Example
White with #A228DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228DD; }
p { color: rgb(162,40,221); }
H1.HeaderClassName
{
color: #A228DD;
}
.AnyTagClassName
{
color: #A228DD;
}
</style>
background-color css
<style>
a { background-color: #A228DD; }
a { background-color: rgb(162,40,221); }
div.DivClassName
{
background-color: #A228DD;
}
.BgClassName
{
background-color: #A228DD;
}
</style>
border-color css
<style>
span { border-color: #A228DD; }
span { border-color: rgb(162,40,221); }
td.TdClassName
{
border-color: #A228DD;
}
.TagClassName
{
border-color: #A228DD;
}
</style>