Shades of Dark Orchid #A428DB
Tints of Dark Orchid #A428DB
RGB
CMYK
RGB Variations
Color information
#A428DB (or 0xA428DB) is known color: Dark Orchid. HEX triplet: A4, 28 and DB. RGB value is (164,40,219). Sum of RGB (Red+Green+Blue) = 164+40+219=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #A428DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A428DB is #5BD724. Grayscale: #606060. Windows color (decimal): -6018853 or 14362788. OLE color: 14362788.
HSL color Cylindrical-coordinate representation of color #A428DB: hue angle of 281.56º 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 #A428DB is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 40 | 219 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.14 |
| HSL | 281.56º | 0.71% | 0.51% | - |
| HSV(B) | 281.56º | 0.82% | 0.86% | - |
| XYZ | 28.85 | 14.52 | 68.3 | - |
| YUV | 97.48 | 196.58 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 219 | 0.25 | 0.82 | 0 | 0.14 | 281.56 | 0.71 | 0.51 |
| Hex | A4 | 28 | DB | 19 | 52 | 0 | E | 11A | 47 | 33 |
| Octal | 244 | 50 | 333 | 31 | 122 | 0 | 16 | 432 | 107 | 63 |
| Binary | 10100100 | 101000 | 11011011 | 11001 | 1010010 | 0 | 1110 | 100011010 | 1000111 | 110011 |
Color Harmonies of #A428DB
Complementary color
Monochromatic Colors of #A428DB
Black with #A428DB
Text Example
Text Example
White with #A428DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A428DB; }
p { color: rgb(164,40,219); }
H1.HeaderClassName
{
color: #A428DB;
}
.AnyTagClassName
{
color: #A428DB;
}
</style>
background-color css
<style>
a { background-color: #A428DB; }
a { background-color: rgb(164,40,219); }
div.DivClassName
{
background-color: #A428DB;
}
.BgClassName
{
background-color: #A428DB;
}
</style>
border-color css
<style>
span { border-color: #A428DB; }
span { border-color: rgb(164,40,219); }
td.TdClassName
{
border-color: #A428DB;
}
.TagClassName
{
border-color: #A428DB;
}
</style>