Shades of Dark Orchid #A228DA
Tints of Dark Orchid #A228DA
RGB
CMYK
RGB Variations
Color information
#A228DA (or 0xA228DA) is known color: Dark Orchid. HEX triplet: A2, 28 and DA. RGB value is (162,40,218). Sum of RGB (Red+Green+Blue) = 162+40+218=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #A228DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228DA is #5DD725. Grayscale: #606060. Windows color (decimal): -6149926 or 14297250. OLE color: 14297250.
HSL color Cylindrical-coordinate representation of color #A228DA: hue angle of 281.12º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A228DA is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 40 | 218 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.15 |
| HSL | 281.12º | 0.71% | 0.51% | - |
| HSV(B) | 281.12º | 0.82% | 0.85% | - |
| XYZ | 28.31 | 14.26 | 67.59 | - |
| YUV | 96.77 | 196.42 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 218 | 0.26 | 0.82 | 0 | 0.15 | 281.12 | 0.71 | 0.51 |
| Hex | A2 | 28 | DA | 1A | 52 | 0 | F | 119 | 47 | 33 |
| Octal | 242 | 50 | 332 | 32 | 122 | 0 | 17 | 431 | 107 | 63 |
| Binary | 10100010 | 101000 | 11011010 | 11010 | 1010010 | 0 | 1111 | 100011001 | 1000111 | 110011 |
Color Harmonies of #A228DA
Complementary color
Monochromatic Colors of #A228DA
Black with #A228DA
Text Example
Text Example
White with #A228DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228DA; }
p { color: rgb(162,40,218); }
H1.HeaderClassName
{
color: #A228DA;
}
.AnyTagClassName
{
color: #A228DA;
}
</style>
background-color css
<style>
a { background-color: #A228DA; }
a { background-color: rgb(162,40,218); }
div.DivClassName
{
background-color: #A228DA;
}
.BgClassName
{
background-color: #A228DA;
}
</style>
border-color css
<style>
span { border-color: #A228DA; }
span { border-color: rgb(162,40,218); }
td.TdClassName
{
border-color: #A228DA;
}
.TagClassName
{
border-color: #A228DA;
}
</style>