Shades of Dark Orchid #A424AD
Tints of Dark Orchid #A424AD
RGB
CMYK
RGB Variations
Color information
#A424AD (or 0xA424AD) is known color: Dark Orchid. HEX triplet: A4, 24 and AD. RGB value is (164,36,173). Sum of RGB (Red+Green+Blue) = 164+36+173=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #A424AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A424AD is #5BDB52. Grayscale: #595959. Windows color (decimal): -6019923 or 11347108. OLE color: 11347108.
HSL color Cylindrical-coordinate representation of color #A424AD: hue angle of 296.06º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A424AD is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 36 | 173 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.32 |
| HSL | 296.06º | 0.66% | 0.41% | - |
| HSV(B) | 296.06º | 0.79% | 0.68% | - |
| XYZ | 23.48 | 12.17 | 40.65 | - |
| YUV | 89.89 | 174.91 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 173 | 0.05 | 0.79 | 0 | 0.32 | 296.06 | 0.66 | 0.41 |
| Hex | A4 | 24 | AD | 5 | 4F | 0 | 20 | 128 | 42 | 29 |
| Octal | 244 | 44 | 255 | 5 | 117 | 0 | 40 | 450 | 102 | 51 |
| Binary | 10100100 | 100100 | 10101101 | 101 | 1001111 | 0 | 100000 | 100101000 | 1000010 | 101001 |
Color Harmonies of #A424AD
Complementary color
Monochromatic Colors of #A424AD
Black with #A424AD
Text Example
Text Example
White with #A424AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A424AD; }
p { color: rgb(164,36,173); }
H1.HeaderClassName
{
color: #A424AD;
}
.AnyTagClassName
{
color: #A424AD;
}
</style>
background-color css
<style>
a { background-color: #A424AD; }
a { background-color: rgb(164,36,173); }
div.DivClassName
{
background-color: #A424AD;
}
.BgClassName
{
background-color: #A424AD;
}
</style>
border-color css
<style>
span { border-color: #A424AD; }
span { border-color: rgb(164,36,173); }
td.TdClassName
{
border-color: #A424AD;
}
.TagClassName
{
border-color: #A424AD;
}
</style>