Shades of Dark Orchid #A043C6
Tints of Dark Orchid #A043C6
RGB
CMYK
RGB Variations
Color information
#A043C6 (or 0xA043C6) is known color: Dark Orchid. HEX triplet: A0, 43 and C6. RGB value is (160,67,198). Sum of RGB (Red+Green+Blue) = 160+67+198=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #A043C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A043C6 is #5FBC39. Grayscale: #6D6D6D. Windows color (decimal): -6274106 or 12993440. OLE color: 12993440.
HSL color Cylindrical-coordinate representation of color #A043C6: hue angle of 282.6º degrees, saturation: 0.53, 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 #A043C6 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 67 | 198 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.22 |
| HSL | 282.6º | 0.53% | 0.52% | - |
| HSV(B) | 282.6º | 0.66% | 0.78% | - |
| XYZ | 26.7 | 15.57 | 55.02 | - |
| YUV | 109.74 | 177.81 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 198 | 0.19 | 0.66 | 0 | 0.22 | 282.6 | 0.53 | 0.52 |
| Hex | A0 | 43 | C6 | 13 | 42 | 0 | 16 | 11B | 35 | 34 |
| Octal | 240 | 103 | 306 | 23 | 102 | 0 | 26 | 433 | 65 | 64 |
| Binary | 10100000 | 1000011 | 11000110 | 10011 | 1000010 | 0 | 10110 | 100011011 | 110101 | 110100 |
Color Harmonies of #A043C6
Complementary color
Monochromatic Colors of #A043C6
Black with #A043C6
Text Example
Text Example
White with #A043C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A043C6; }
p { color: rgb(160,67,198); }
H1.HeaderClassName
{
color: #A043C6;
}
.AnyTagClassName
{
color: #A043C6;
}
</style>
background-color css
<style>
a { background-color: #A043C6; }
a { background-color: rgb(160,67,198); }
div.DivClassName
{
background-color: #A043C6;
}
.BgClassName
{
background-color: #A043C6;
}
</style>
border-color css
<style>
span { border-color: #A043C6; }
span { border-color: rgb(160,67,198); }
td.TdClassName
{
border-color: #A043C6;
}
.TagClassName
{
border-color: #A043C6;
}
</style>