Shades of Dark Orchid #A423C1
Tints of Dark Orchid #A423C1
RGB
CMYK
RGB Variations
Color information
#A423C1 (or 0xA423C1) is known color: Dark Orchid. HEX triplet: A4, 23 and C1. RGB value is (164,35,193). Sum of RGB (Red+Green+Blue) = 164+35+193=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #A423C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A423C1 is #5BDC3E. Grayscale: #5B5B5B. Windows color (decimal): -6020159 or 12657572. OLE color: 12657572.
HSL color Cylindrical-coordinate representation of color #A423C1: hue angle of 288.99º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A423C1 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 35 | 193 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.24 |
| HSL | 288.99º | 0.69% | 0.45% | - |
| HSV(B) | 288.99º | 0.82% | 0.76% | - |
| XYZ | 25.54 | 12.94 | 51.6 | - |
| YUV | 91.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 35 | 193 | 0.15 | 0.82 | 0 | 0.24 | 288.99 | 0.69 | 0.45 |
| Hex | A4 | 23 | C1 | F | 52 | 0 | 18 | 121 | 45 | 2D |
| Octal | 244 | 43 | 301 | 17 | 122 | 0 | 30 | 441 | 105 | 55 |
| Binary | 10100100 | 100011 | 11000001 | 1111 | 1010010 | 0 | 11000 | 100100001 | 1000101 | 101101 |
Color Harmonies of #A423C1
Complementary color
Monochromatic Colors of #A423C1
Black with #A423C1
Text Example
Text Example
White with #A423C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A423C1; }
p { color: rgb(164,35,193); }
H1.HeaderClassName
{
color: #A423C1;
}
.AnyTagClassName
{
color: #A423C1;
}
</style>
background-color css
<style>
a { background-color: #A423C1; }
a { background-color: rgb(164,35,193); }
div.DivClassName
{
background-color: #A423C1;
}
.BgClassName
{
background-color: #A423C1;
}
</style>
border-color css
<style>
span { border-color: #A423C1; }
span { border-color: rgb(164,35,193); }
td.TdClassName
{
border-color: #A423C1;
}
.TagClassName
{
border-color: #A423C1;
}
</style>