Shades of Dark Orchid #A428DE
Tints of Dark Orchid #A428DE
RGB
CMYK
RGB Variations
Color information
#A428DE (or 0xA428DE) is known color: Dark Orchid. HEX triplet: A4, 28 and DE. RGB value is (164,40,222). Sum of RGB (Red+Green+Blue) = 164+40+222=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #A428DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A428DE is #5BD721. Grayscale: #616161. Windows color (decimal): -6018850 or 14559396. OLE color: 14559396.
HSL color Cylindrical-coordinate representation of color #A428DE: hue angle of 280.88º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A428DE is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 40 | 222 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.13 |
| HSL | 280.88º | 0.73% | 0.51% | - |
| HSV(B) | 280.88º | 0.82% | 0.87% | - |
| XYZ | 29.25 | 14.68 | 70.4 | - |
| YUV | 97.82 | 198.08 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 222 | 0.26 | 0.82 | 0 | 0.13 | 280.88 | 0.73 | 0.51 |
| Hex | A4 | 28 | DE | 1A | 52 | 0 | D | 119 | 49 | 33 |
| Octal | 244 | 50 | 336 | 32 | 122 | 0 | 15 | 431 | 111 | 63 |
| Binary | 10100100 | 101000 | 11011110 | 11010 | 1010010 | 0 | 1101 | 100011001 | 1001001 | 110011 |
Color Harmonies of #A428DE
Complementary color
Monochromatic Colors of #A428DE
Black with #A428DE
Text Example
Text Example
White with #A428DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A428DE; }
p { color: rgb(164,40,222); }
H1.HeaderClassName
{
color: #A428DE;
}
.AnyTagClassName
{
color: #A428DE;
}
</style>
background-color css
<style>
a { background-color: #A428DE; }
a { background-color: rgb(164,40,222); }
div.DivClassName
{
background-color: #A428DE;
}
.BgClassName
{
background-color: #A428DE;
}
</style>
border-color css
<style>
span { border-color: #A428DE; }
span { border-color: rgb(164,40,222); }
td.TdClassName
{
border-color: #A428DE;
}
.TagClassName
{
border-color: #A428DE;
}
</style>