Shades of Dark Orchid #A421C3
Tints of Dark Orchid #A421C3
RGB
CMYK
RGB Variations
Color information
#A421C3 (or 0xA421C3) is known color: Dark Orchid. HEX triplet: A4, 21 and C3. RGB value is (164,33,195). Sum of RGB (Red+Green+Blue) = 164+33+195=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: blue. Hex color #A421C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A421C3 is #5BDE3C. Grayscale: #5A5A5A. Windows color (decimal): -6020669 or 12788132. OLE color: 12788132.
HSL color Cylindrical-coordinate representation of color #A421C3: hue angle of 288.52º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A421C3 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 33 | 195 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.24 |
| HSL | 288.52º | 0.71% | 0.45% | - |
| HSV(B) | 288.52º | 0.83% | 0.76% | - |
| XYZ | 25.7 | 12.92 | 52.77 | - |
| YUV | 90.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 195 | 0.16 | 0.83 | 0 | 0.24 | 288.52 | 0.71 | 0.45 |
| Hex | A4 | 21 | C3 | 10 | 53 | 0 | 18 | 121 | 47 | 2D |
| Octal | 244 | 41 | 303 | 20 | 123 | 0 | 30 | 441 | 107 | 55 |
| Binary | 10100100 | 100001 | 11000011 | 10000 | 1010011 | 0 | 11000 | 100100001 | 1000111 | 101101 |
Color Harmonies of #A421C3
Complementary color
Monochromatic Colors of #A421C3
Black with #A421C3
Text Example
Text Example
White with #A421C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A421C3; }
p { color: rgb(164,33,195); }
H1.HeaderClassName
{
color: #A421C3;
}
.AnyTagClassName
{
color: #A421C3;
}
</style>
background-color css
<style>
a { background-color: #A421C3; }
a { background-color: rgb(164,33,195); }
div.DivClassName
{
background-color: #A421C3;
}
.BgClassName
{
background-color: #A421C3;
}
</style>
border-color css
<style>
span { border-color: #A421C3; }
span { border-color: rgb(164,33,195); }
td.TdClassName
{
border-color: #A421C3;
}
.TagClassName
{
border-color: #A421C3;
}
</style>