Shades of Dark Orchid #A442C1
Tints of Dark Orchid #A442C1
RGB
CMYK
RGB Variations
Color information
#A442C1 (or 0xA442C1) is known color: Dark Orchid. HEX triplet: A4, 42 and C1. RGB value is (164,66,193). Sum of RGB (Red+Green+Blue) = 164+66+193=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #A442C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442C1 is #5BBD3E. Grayscale: #6D6D6D. Windows color (decimal): -6012223 or 12665508. OLE color: 12665508.
HSL color Cylindrical-coordinate representation of color #A442C1: hue angle of 286.3º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A442C1 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 66 | 193 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.24 |
| HSL | 286.3º | 0.51% | 0.51% | - |
| HSV(B) | 286.3º | 0.66% | 0.76% | - |
| XYZ | 26.88 | 15.64 | 52.05 | - |
| YUV | 109.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 193 | 0.15 | 0.66 | 0 | 0.24 | 286.3 | 0.51 | 0.51 |
| Hex | A4 | 42 | C1 | F | 42 | 0 | 18 | 11E | 33 | 33 |
| Octal | 244 | 102 | 301 | 17 | 102 | 0 | 30 | 436 | 63 | 63 |
| Binary | 10100100 | 1000010 | 11000001 | 1111 | 1000010 | 0 | 11000 | 100011110 | 110011 | 110011 |
Color Harmonies of #A442C1
Complementary color
Monochromatic Colors of #A442C1
Black with #A442C1
Text Example
Text Example
White with #A442C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A442C1; }
p { color: rgb(164,66,193); }
H1.HeaderClassName
{
color: #A442C1;
}
.AnyTagClassName
{
color: #A442C1;
}
</style>
background-color css
<style>
a { background-color: #A442C1; }
a { background-color: rgb(164,66,193); }
div.DivClassName
{
background-color: #A442C1;
}
.BgClassName
{
background-color: #A442C1;
}
</style>
border-color css
<style>
span { border-color: #A442C1; }
span { border-color: rgb(164,66,193); }
td.TdClassName
{
border-color: #A442C1;
}
.TagClassName
{
border-color: #A442C1;
}
</style>