Shades of Dark Orchid #A243DC
Tints of Dark Orchid #A243DC
RGB
CMYK
RGB Variations
Color information
#A243DC (or 0xA243DC) is known color: Dark Orchid. HEX triplet: A2, 43 and DC. RGB value is (162,67,220). Sum of RGB (Red+Green+Blue) = 162+67+220=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #A243DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243DC is #5DBC23. Grayscale: #707070. Windows color (decimal): -6143012 or 14435234. OLE color: 14435234.
HSL color Cylindrical-coordinate representation of color #A243DC: hue angle of 277.25º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A243DC is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 67 | 220 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.14 |
| HSL | 277.25º | 0.69% | 0.56% | - |
| HSV(B) | 277.25º | 0.7% | 0.86% | - |
| XYZ | 29.83 | 16.86 | 69.39 | - |
| YUV | 112.85 | 188.47 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 220 | 0.26 | 0.70 | 0 | 0.14 | 277.25 | 0.69 | 0.56 |
| Hex | A2 | 43 | DC | 1A | 46 | 0 | E | 115 | 45 | 38 |
| Octal | 242 | 103 | 334 | 32 | 106 | 0 | 16 | 425 | 105 | 70 |
| Binary | 10100010 | 1000011 | 11011100 | 11010 | 1000110 | 0 | 1110 | 100010101 | 1000101 | 111000 |
Color Harmonies of #A243DC
Complementary color
Monochromatic Colors of #A243DC
Black with #A243DC
Text Example
Text Example
White with #A243DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A243DC; }
p { color: rgb(162,67,220); }
H1.HeaderClassName
{
color: #A243DC;
}
.AnyTagClassName
{
color: #A243DC;
}
</style>
background-color css
<style>
a { background-color: #A243DC; }
a { background-color: rgb(162,67,220); }
div.DivClassName
{
background-color: #A243DC;
}
.BgClassName
{
background-color: #A243DC;
}
</style>
border-color css
<style>
span { border-color: #A243DC; }
span { border-color: rgb(162,67,220); }
td.TdClassName
{
border-color: #A243DC;
}
.TagClassName
{
border-color: #A243DC;
}
</style>