Shades of Dark Orchid #A228D3
Tints of Dark Orchid #A228D3
RGB
CMYK
RGB Variations
Color information
#A228D3 (or 0xA228D3) is known color: Dark Orchid. HEX triplet: A2, 28 and D3. RGB value is (162,40,211). Sum of RGB (Red+Green+Blue) = 162+40+211=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 211 (82.81% from 255 or 51.09% from 413); Max value from RGB is 211 - color contains mainly: blue. Hex color #A228D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228D3 is #5DD72C. Grayscale: #5F5F5F. Windows color (decimal): -6149933 or 13838498. OLE color: 13838498.
HSL color Cylindrical-coordinate representation of color #A228D3: hue angle of 282.81º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A228D3 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 40 | 211 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.17 |
| HSL | 282.81º | 0.68% | 0.49% | - |
| HSV(B) | 282.81º | 0.81% | 0.83% | - |
| XYZ | 27.42 | 13.9 | 62.87 | - |
| YUV | 95.97 | 192.92 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 211 | 0.23 | 0.81 | 0 | 0.17 | 282.81 | 0.68 | 0.49 |
| Hex | A2 | 28 | D3 | 17 | 51 | 0 | 11 | 11B | 44 | 31 |
| Octal | 242 | 50 | 323 | 27 | 121 | 0 | 21 | 433 | 104 | 61 |
| Binary | 10100010 | 101000 | 11010011 | 10111 | 1010001 | 0 | 10001 | 100011011 | 1000100 | 110001 |
Color Harmonies of #A228D3
Complementary color
Monochromatic Colors of #A228D3
Black with #A228D3
Text Example
Text Example
White with #A228D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228D3; }
p { color: rgb(162,40,211); }
H1.HeaderClassName
{
color: #A228D3;
}
.AnyTagClassName
{
color: #A228D3;
}
</style>
background-color css
<style>
a { background-color: #A228D3; }
a { background-color: rgb(162,40,211); }
div.DivClassName
{
background-color: #A228D3;
}
.BgClassName
{
background-color: #A228D3;
}
</style>
border-color css
<style>
span { border-color: #A228D3; }
span { border-color: rgb(162,40,211); }
td.TdClassName
{
border-color: #A228D3;
}
.TagClassName
{
border-color: #A228D3;
}
</style>