Shades of Dark Orchid #A742C9
Tints of Dark Orchid #A742C9
RGB
CMYK
RGB Variations
Color information
#A742C9 (or 0xA742C9) is known color: Dark Orchid. HEX triplet: A7, 42 and C9. RGB value is (167,66,201). Sum of RGB (Red+Green+Blue) = 167+66+201=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #A742C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742C9 is #58BD36. Grayscale: #6F6F6F. Windows color (decimal): -5815607 or 13189799. OLE color: 13189799.
HSL color Cylindrical-coordinate representation of color #A742C9: hue angle of 284.89º 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 #A742C9 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 66 | 201 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.21 |
| HSL | 284.89º | 0.56% | 0.52% | - |
| HSV(B) | 284.89º | 0.67% | 0.79% | - |
| XYZ | 28.43 | 16.33 | 56.91 | - |
| YUV | 111.59 | 178.46 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 201 | 0.17 | 0.67 | 0 | 0.21 | 284.89 | 0.56 | 0.52 |
| Hex | A7 | 42 | C9 | 11 | 43 | 0 | 15 | 11D | 38 | 34 |
| Octal | 247 | 102 | 311 | 21 | 103 | 0 | 25 | 435 | 70 | 64 |
| Binary | 10100111 | 1000010 | 11001001 | 10001 | 1000011 | 0 | 10101 | 100011101 | 111000 | 110100 |
Color Harmonies of #A742C9
Complementary color
Monochromatic Colors of #A742C9
Black with #A742C9
Text Example
Text Example
White with #A742C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A742C9; }
p { color: rgb(167,66,201); }
H1.HeaderClassName
{
color: #A742C9;
}
.AnyTagClassName
{
color: #A742C9;
}
</style>
background-color css
<style>
a { background-color: #A742C9; }
a { background-color: rgb(167,66,201); }
div.DivClassName
{
background-color: #A742C9;
}
.BgClassName
{
background-color: #A742C9;
}
</style>
border-color css
<style>
span { border-color: #A742C9; }
span { border-color: rgb(167,66,201); }
td.TdClassName
{
border-color: #A742C9;
}
.TagClassName
{
border-color: #A742C9;
}
</style>