Shades of Dark Orchid #A428D5
Tints of Dark Orchid #A428D5
RGB
CMYK
RGB Variations
Color information
#A428D5 (or 0xA428D5) is known color: Dark Orchid. HEX triplet: A4, 28 and D5. RGB value is (164,40,213). Sum of RGB (Red+Green+Blue) = 164+40+213=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #A428D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A428D5 is #5BD72A. Grayscale: #606060. Windows color (decimal): -6018859 or 13969572. OLE color: 13969572.
HSL color Cylindrical-coordinate representation of color #A428D5: hue angle of 283.01º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A428D5 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 40 | 213 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.16 |
| HSL | 283.01º | 0.68% | 0.5% | - |
| HSV(B) | 283.01º | 0.81% | 0.84% | - |
| XYZ | 28.08 | 14.21 | 64.21 | - |
| YUV | 96.8 | 193.58 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 213 | 0.23 | 0.81 | 0 | 0.16 | 283.01 | 0.68 | 0.5 |
| Hex | A4 | 28 | D5 | 17 | 51 | 0 | 10 | 11B | 44 | 32 |
| Octal | 244 | 50 | 325 | 27 | 121 | 0 | 20 | 433 | 104 | 62 |
| Binary | 10100100 | 101000 | 11010101 | 10111 | 1010001 | 0 | 10000 | 100011011 | 1000100 | 110010 |
Color Harmonies of #A428D5
Complementary color
Monochromatic Colors of #A428D5
Black with #A428D5
Text Example
Text Example
White with #A428D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A428D5; }
p { color: rgb(164,40,213); }
H1.HeaderClassName
{
color: #A428D5;
}
.AnyTagClassName
{
color: #A428D5;
}
</style>
background-color css
<style>
a { background-color: #A428D5; }
a { background-color: rgb(164,40,213); }
div.DivClassName
{
background-color: #A428D5;
}
.BgClassName
{
background-color: #A428D5;
}
</style>
border-color css
<style>
span { border-color: #A428D5; }
span { border-color: rgb(164,40,213); }
td.TdClassName
{
border-color: #A428D5;
}
.TagClassName
{
border-color: #A428D5;
}
</style>