Shades of Dark Orchid #A424B0
Tints of Dark Orchid #A424B0
RGB
CMYK
RGB Variations
Color information
#A424B0 (or 0xA424B0) is known color: Dark Orchid. HEX triplet: A4, 24 and B0. RGB value is (164,36,176). Sum of RGB (Red+Green+Blue) = 164+36+176=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 176 - color contains mainly: blue. Hex color #A424B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A424B0 is #5BDB4F. Grayscale: #595959. Windows color (decimal): -6019920 or 11543716. OLE color: 11543716.
HSL color Cylindrical-coordinate representation of color #A424B0: hue angle of 294.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A424B0 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 36 | 176 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.31 |
| HSL | 294.86º | 0.66% | 0.42% | - |
| HSV(B) | 294.86º | 0.8% | 0.69% | - |
| XYZ | 23.78 | 12.29 | 42.19 | - |
| YUV | 90.23 | 176.41 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 176 | 0.07 | 0.80 | 0 | 0.31 | 294.86 | 0.66 | 0.42 |
| Hex | A4 | 24 | B0 | 7 | 50 | 0 | 1F | 127 | 42 | 2A |
| Octal | 244 | 44 | 260 | 7 | 120 | 0 | 37 | 447 | 102 | 52 |
| Binary | 10100100 | 100100 | 10110000 | 111 | 1010000 | 0 | 11111 | 100100111 | 1000010 | 101010 |
Color Harmonies of #A424B0
Complementary color
Monochromatic Colors of #A424B0
Black with #A424B0
Text Example
Text Example
White with #A424B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A424B0; }
p { color: rgb(164,36,176); }
H1.HeaderClassName
{
color: #A424B0;
}
.AnyTagClassName
{
color: #A424B0;
}
</style>
background-color css
<style>
a { background-color: #A424B0; }
a { background-color: rgb(164,36,176); }
div.DivClassName
{
background-color: #A424B0;
}
.BgClassName
{
background-color: #A424B0;
}
</style>
border-color css
<style>
span { border-color: #A424B0; }
span { border-color: rgb(164,36,176); }
td.TdClassName
{
border-color: #A424B0;
}
.TagClassName
{
border-color: #A424B0;
}
</style>