Shades of Dark Orchid #A228DC
Tints of Dark Orchid #A228DC
RGB
CMYK
RGB Variations
Color information
#A228DC (or 0xA228DC) is known color: Dark Orchid. HEX triplet: A2, 28 and DC. RGB value is (162,40,220). Sum of RGB (Red+Green+Blue) = 162+40+220=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #A228DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228DC is #5DD723. Grayscale: #606060. Windows color (decimal): -6149924 or 14428322. OLE color: 14428322.
HSL color Cylindrical-coordinate representation of color #A228DC: hue angle of 280.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A228DC is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 40 | 220 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.14 |
| HSL | 280.67º | 0.72% | 0.51% | - |
| HSV(B) | 280.67º | 0.82% | 0.86% | - |
| XYZ | 28.58 | 14.37 | 68.98 | - |
| YUV | 97 | 197.42 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 220 | 0.26 | 0.82 | 0 | 0.14 | 280.67 | 0.72 | 0.51 |
| Hex | A2 | 28 | DC | 1A | 52 | 0 | E | 119 | 48 | 33 |
| Octal | 242 | 50 | 334 | 32 | 122 | 0 | 16 | 431 | 110 | 63 |
| Binary | 10100010 | 101000 | 11011100 | 11010 | 1010010 | 0 | 1110 | 100011001 | 1001000 | 110011 |
Color Harmonies of #A228DC
Complementary color
Monochromatic Colors of #A228DC
Black with #A228DC
Text Example
Text Example
White with #A228DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228DC; }
p { color: rgb(162,40,220); }
H1.HeaderClassName
{
color: #A228DC;
}
.AnyTagClassName
{
color: #A228DC;
}
</style>
background-color css
<style>
a { background-color: #A228DC; }
a { background-color: rgb(162,40,220); }
div.DivClassName
{
background-color: #A228DC;
}
.BgClassName
{
background-color: #A228DC;
}
</style>
border-color css
<style>
span { border-color: #A228DC; }
span { border-color: rgb(162,40,220); }
td.TdClassName
{
border-color: #A228DC;
}
.TagClassName
{
border-color: #A228DC;
}
</style>