Shades of Dark Orchid #A228D0
Tints of Dark Orchid #A228D0
RGB
CMYK
RGB Variations
Color information
#A228D0 (or 0xA228D0) is known color: Dark Orchid. HEX triplet: A2, 28 and D0. RGB value is (162,40,208). Sum of RGB (Red+Green+Blue) = 162+40+208=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #A228D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228D0 is #5DD72F. Grayscale: #5F5F5F. Windows color (decimal): -6149936 or 13641890. OLE color: 13641890.
HSL color Cylindrical-coordinate representation of color #A228D0: hue angle of 283.57º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A228D0 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 40 | 208 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.18 |
| HSL | 283.57º | 0.68% | 0.49% | - |
| HSV(B) | 283.57º | 0.81% | 0.82% | - |
| XYZ | 27.04 | 13.75 | 60.9 | - |
| YUV | 95.63 | 191.42 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 208 | 0.22 | 0.81 | 0 | 0.18 | 283.57 | 0.68 | 0.49 |
| Hex | A2 | 28 | D0 | 16 | 51 | 0 | 12 | 11C | 44 | 31 |
| Octal | 242 | 50 | 320 | 26 | 121 | 0 | 22 | 434 | 104 | 61 |
| Binary | 10100010 | 101000 | 11010000 | 10110 | 1010001 | 0 | 10010 | 100011100 | 1000100 | 110001 |
Color Harmonies of #A228D0
Complementary color
Monochromatic Colors of #A228D0
Black with #A228D0
Text Example
Text Example
White with #A228D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228D0; }
p { color: rgb(162,40,208); }
H1.HeaderClassName
{
color: #A228D0;
}
.AnyTagClassName
{
color: #A228D0;
}
</style>
background-color css
<style>
a { background-color: #A228D0; }
a { background-color: rgb(162,40,208); }
div.DivClassName
{
background-color: #A228D0;
}
.BgClassName
{
background-color: #A228D0;
}
</style>
border-color css
<style>
span { border-color: #A228D0; }
span { border-color: rgb(162,40,208); }
td.TdClassName
{
border-color: #A228D0;
}
.TagClassName
{
border-color: #A228D0;
}
</style>