Shades of Dark Orchid #A742D0
Tints of Dark Orchid #A742D0
RGB
CMYK
RGB Variations
Color information
#A742D0 (or 0xA742D0) is known color: Dark Orchid. HEX triplet: A7, 42 and D0. RGB value is (167,66,208). Sum of RGB (Red+Green+Blue) = 167+66+208=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #A742D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742D0 is #58BD2F. Grayscale: #6F6F6F. Windows color (decimal): -5815600 or 13648551. OLE color: 13648551.
HSL color Cylindrical-coordinate representation of color #A742D0: hue angle of 282.68º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A742D0 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 66 | 208 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.18 |
| HSL | 282.68º | 0.6% | 0.54% | - |
| HSV(B) | 282.68º | 0.68% | 0.82% | - |
| XYZ | 29.27 | 16.67 | 61.35 | - |
| YUV | 112.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 208 | 0.20 | 0.68 | 0 | 0.18 | 282.68 | 0.6 | 0.54 |
| Hex | A7 | 42 | D0 | 14 | 44 | 0 | 12 | 11B | 3C | 36 |
| Octal | 247 | 102 | 320 | 24 | 104 | 0 | 22 | 433 | 74 | 66 |
| Binary | 10100111 | 1000010 | 11010000 | 10100 | 1000100 | 0 | 10010 | 100011011 | 111100 | 110110 |
Color Harmonies of #A742D0
Complementary color
Monochromatic Colors of #A742D0
Black with #A742D0
Text Example
Text Example
White with #A742D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A742D0; }
p { color: rgb(167,66,208); }
H1.HeaderClassName
{
color: #A742D0;
}
.AnyTagClassName
{
color: #A742D0;
}
</style>
background-color css
<style>
a { background-color: #A742D0; }
a { background-color: rgb(167,66,208); }
div.DivClassName
{
background-color: #A742D0;
}
.BgClassName
{
background-color: #A742D0;
}
</style>
border-color css
<style>
span { border-color: #A742D0; }
span { border-color: rgb(167,66,208); }
td.TdClassName
{
border-color: #A742D0;
}
.TagClassName
{
border-color: #A742D0;
}
</style>