Shades of Dark Orchid #A423AB
Tints of Dark Orchid #A423AB
RGB
CMYK
RGB Variations
Color information
#A423AB (or 0xA423AB) is known color: Dark Orchid. HEX triplet: A4, 23 and AB. RGB value is (164,35,171). Sum of RGB (Red+Green+Blue) = 164+35+171=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #A423AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A423AB is #5BDC54. Grayscale: #585858. Windows color (decimal): -6020181 or 11215780. OLE color: 11215780.
HSL color Cylindrical-coordinate representation of color #A423AB: hue angle of 296.91º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A423AB is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 35 | 171 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.33 |
| HSL | 296.91º | 0.66% | 0.4% | - |
| HSV(B) | 296.91º | 0.8% | 0.67% | - |
| XYZ | 23.26 | 12.03 | 39.63 | - |
| YUV | 89.08 | 174.24 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 35 | 171 | 0.04 | 0.80 | 0 | 0.33 | 296.91 | 0.66 | 0.4 |
| Hex | A4 | 23 | AB | 4 | 50 | 0 | 21 | 129 | 42 | 28 |
| Octal | 244 | 43 | 253 | 4 | 120 | 0 | 41 | 451 | 102 | 50 |
| Binary | 10100100 | 100011 | 10101011 | 100 | 1010000 | 0 | 100001 | 100101001 | 1000010 | 101000 |
Color Harmonies of #A423AB
Complementary color
Monochromatic Colors of #A423AB
Black with #A423AB
Text Example
Text Example
White with #A423AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A423AB; }
p { color: rgb(164,35,171); }
H1.HeaderClassName
{
color: #A423AB;
}
.AnyTagClassName
{
color: #A423AB;
}
</style>
background-color css
<style>
a { background-color: #A423AB; }
a { background-color: rgb(164,35,171); }
div.DivClassName
{
background-color: #A423AB;
}
.BgClassName
{
background-color: #A423AB;
}
</style>
border-color css
<style>
span { border-color: #A423AB; }
span { border-color: rgb(164,35,171); }
td.TdClassName
{
border-color: #A423AB;
}
.TagClassName
{
border-color: #A423AB;
}
</style>