Shades of Dark Orchid #A743C8
Tints of Dark Orchid #A743C8
RGB
CMYK
RGB Variations
Color information
#A743C8 (or 0xA743C8) is known color: Dark Orchid. HEX triplet: A7, 43 and C8. RGB value is (167,67,200). Sum of RGB (Red+Green+Blue) = 167+67+200=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #A743C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A743C8 is #58BC37. Grayscale: #6F6F6F. Windows color (decimal): -5815352 or 13124519. OLE color: 13124519.
HSL color Cylindrical-coordinate representation of color #A743C8: hue angle of 285.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A743C8 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 67 | 200 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.22 |
| HSL | 285.11º | 0.55% | 0.52% | - |
| HSV(B) | 285.11º | 0.67% | 0.78% | - |
| XYZ | 28.37 | 16.4 | 56.31 | - |
| YUV | 112.06 | 177.63 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 200 | 0.16 | 0.66 | 0 | 0.22 | 285.11 | 0.55 | 0.52 |
| Hex | A7 | 43 | C8 | 10 | 42 | 0 | 16 | 11D | 37 | 34 |
| Octal | 247 | 103 | 310 | 20 | 102 | 0 | 26 | 435 | 67 | 64 |
| Binary | 10100111 | 1000011 | 11001000 | 10000 | 1000010 | 0 | 10110 | 100011101 | 110111 | 110100 |
Color Harmonies of #A743C8
Complementary color
Monochromatic Colors of #A743C8
Black with #A743C8
Text Example
Text Example
White with #A743C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A743C8; }
p { color: rgb(167,67,200); }
H1.HeaderClassName
{
color: #A743C8;
}
.AnyTagClassName
{
color: #A743C8;
}
</style>
background-color css
<style>
a { background-color: #A743C8; }
a { background-color: rgb(167,67,200); }
div.DivClassName
{
background-color: #A743C8;
}
.BgClassName
{
background-color: #A743C8;
}
</style>
border-color css
<style>
span { border-color: #A743C8; }
span { border-color: rgb(167,67,200); }
td.TdClassName
{
border-color: #A743C8;
}
.TagClassName
{
border-color: #A743C8;
}
</style>