Shades of Dark Orchid #A228DB
Tints of Dark Orchid #A228DB
RGB
CMYK
RGB Variations
Color information
#A228DB (or 0xA228DB) is known color: Dark Orchid. HEX triplet: A2, 28 and DB. RGB value is (162,40,219). Sum of RGB (Red+Green+Blue) = 162+40+219=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #A228DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228DB is #5DD724. Grayscale: #606060. Windows color (decimal): -6149925 or 14362786. OLE color: 14362786.
HSL color Cylindrical-coordinate representation of color #A228DB: hue angle of 280.89º degrees, saturation: 0.71, 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 #A228DB is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 40 | 219 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.14 |
| HSL | 280.89º | 0.71% | 0.51% | - |
| HSV(B) | 280.89º | 0.82% | 0.86% | - |
| XYZ | 28.45 | 14.31 | 68.28 | - |
| YUV | 96.88 | 196.92 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 219 | 0.26 | 0.82 | 0 | 0.14 | 280.89 | 0.71 | 0.51 |
| Hex | A2 | 28 | DB | 1A | 52 | 0 | E | 119 | 47 | 33 |
| Octal | 242 | 50 | 333 | 32 | 122 | 0 | 16 | 431 | 107 | 63 |
| Binary | 10100010 | 101000 | 11011011 | 11010 | 1010010 | 0 | 1110 | 100011001 | 1000111 | 110011 |
Color Harmonies of #A228DB
Complementary color
Monochromatic Colors of #A228DB
Black with #A228DB
Text Example
Text Example
White with #A228DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228DB; }
p { color: rgb(162,40,219); }
H1.HeaderClassName
{
color: #A228DB;
}
.AnyTagClassName
{
color: #A228DB;
}
</style>
background-color css
<style>
a { background-color: #A228DB; }
a { background-color: rgb(162,40,219); }
div.DivClassName
{
background-color: #A228DB;
}
.BgClassName
{
background-color: #A228DB;
}
</style>
border-color css
<style>
span { border-color: #A228DB; }
span { border-color: rgb(162,40,219); }
td.TdClassName
{
border-color: #A228DB;
}
.TagClassName
{
border-color: #A228DB;
}
</style>