Shades of Dark Orchid #A428B7
Tints of Dark Orchid #A428B7
RGB
CMYK
RGB Variations
Color information
#A428B7 (or 0xA428B7) is known color: Dark Orchid. HEX triplet: A4, 28 and B7. RGB value is (164,40,183). Sum of RGB (Red+Green+Blue) = 164+40+183=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #A428B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A428B7 is #5BD748. Grayscale: #5C5C5C. Windows color (decimal): -6018889 or 12003492. OLE color: 12003492.
HSL color Cylindrical-coordinate representation of color #A428B7: hue angle of 292.03º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A428B7 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 40 | 183 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.28 |
| HSL | 292.03º | 0.64% | 0.44% | - |
| HSV(B) | 292.03º | 0.78% | 0.72% | - |
| XYZ | 24.62 | 12.83 | 45.98 | - |
| YUV | 93.38 | 178.58 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 183 | 0.10 | 0.78 | 0 | 0.28 | 292.03 | 0.64 | 0.44 |
| Hex | A4 | 28 | B7 | A | 4E | 0 | 1C | 124 | 40 | 2C |
| Octal | 244 | 50 | 267 | 12 | 116 | 0 | 34 | 444 | 100 | 54 |
| Binary | 10100100 | 101000 | 10110111 | 1010 | 1001110 | 0 | 11100 | 100100100 | 1000000 | 101100 |
Color Harmonies of #A428B7
Complementary color
Monochromatic Colors of #A428B7
Black with #A428B7
Text Example
Text Example
White with #A428B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A428B7; }
p { color: rgb(164,40,183); }
H1.HeaderClassName
{
color: #A428B7;
}
.AnyTagClassName
{
color: #A428B7;
}
</style>
background-color css
<style>
a { background-color: #A428B7; }
a { background-color: rgb(164,40,183); }
div.DivClassName
{
background-color: #A428B7;
}
.BgClassName
{
background-color: #A428B7;
}
</style>
border-color css
<style>
span { border-color: #A428B7; }
span { border-color: rgb(164,40,183); }
td.TdClassName
{
border-color: #A428B7;
}
.TagClassName
{
border-color: #A428B7;
}
</style>