Shades of Dark Orchid #A442C9
Tints of Dark Orchid #A442C9
RGB
CMYK
RGB Variations
Color information
#A442C9 (or 0xA442C9) is known color: Dark Orchid. HEX triplet: A4, 42 and C9. RGB value is (164,66,201). Sum of RGB (Red+Green+Blue) = 164+66+201=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #A442C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442C9 is #5BBD36. Grayscale: #6E6E6E. Windows color (decimal): -6012215 or 13189796. OLE color: 13189796.
HSL color Cylindrical-coordinate representation of color #A442C9: hue angle of 283.56º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A442C9 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 66 | 201 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.21 |
| HSL | 283.56º | 0.56% | 0.52% | - |
| HSV(B) | 283.56º | 0.67% | 0.79% | - |
| XYZ | 27.8 | 16.01 | 56.88 | - |
| YUV | 110.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 201 | 0.18 | 0.67 | 0 | 0.21 | 283.56 | 0.56 | 0.52 |
| Hex | A4 | 42 | C9 | 12 | 43 | 0 | 15 | 11C | 38 | 34 |
| Octal | 244 | 102 | 311 | 22 | 103 | 0 | 25 | 434 | 70 | 64 |
| Binary | 10100100 | 1000010 | 11001001 | 10010 | 1000011 | 0 | 10101 | 100011100 | 111000 | 110100 |
Color Harmonies of #A442C9
Complementary color
Monochromatic Colors of #A442C9
Black with #A442C9
Text Example
Text Example
White with #A442C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A442C9; }
p { color: rgb(164,66,201); }
H1.HeaderClassName
{
color: #A442C9;
}
.AnyTagClassName
{
color: #A442C9;
}
</style>
background-color css
<style>
a { background-color: #A442C9; }
a { background-color: rgb(164,66,201); }
div.DivClassName
{
background-color: #A442C9;
}
.BgClassName
{
background-color: #A442C9;
}
</style>
border-color css
<style>
span { border-color: #A442C9; }
span { border-color: rgb(164,66,201); }
td.TdClassName
{
border-color: #A442C9;
}
.TagClassName
{
border-color: #A442C9;
}
</style>