Shades of Dark Orchid #A243D0
Tints of Dark Orchid #A243D0
RGB
CMYK
RGB Variations
Color information
#A243D0 (or 0xA243D0) is known color: Dark Orchid. HEX triplet: A2, 43 and D0. RGB value is (162,67,208). Sum of RGB (Red+Green+Blue) = 162+67+208=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #A243D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243D0 is #5DBC2F. Grayscale: #6F6F6F. Windows color (decimal): -6143024 or 13648802. OLE color: 13648802.
HSL color Cylindrical-coordinate representation of color #A243D0: hue angle of 280.43º 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 #A243D0 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 67 | 208 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.18 |
| HSL | 280.43º | 0.6% | 0.54% | - |
| HSV(B) | 280.43º | 0.68% | 0.82% | - |
| XYZ | 28.29 | 16.25 | 61.32 | - |
| YUV | 111.48 | 182.47 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 208 | 0.22 | 0.68 | 0 | 0.18 | 280.43 | 0.6 | 0.54 |
| Hex | A2 | 43 | D0 | 16 | 44 | 0 | 12 | 118 | 3C | 36 |
| Octal | 242 | 103 | 320 | 26 | 104 | 0 | 22 | 430 | 74 | 66 |
| Binary | 10100010 | 1000011 | 11010000 | 10110 | 1000100 | 0 | 10010 | 100011000 | 111100 | 110110 |
Color Harmonies of #A243D0
Complementary color
Monochromatic Colors of #A243D0
Black with #A243D0
Text Example
Text Example
White with #A243D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A243D0; }
p { color: rgb(162,67,208); }
H1.HeaderClassName
{
color: #A243D0;
}
.AnyTagClassName
{
color: #A243D0;
}
</style>
background-color css
<style>
a { background-color: #A243D0; }
a { background-color: rgb(162,67,208); }
div.DivClassName
{
background-color: #A243D0;
}
.BgClassName
{
background-color: #A243D0;
}
</style>
border-color css
<style>
span { border-color: #A243D0; }
span { border-color: rgb(162,67,208); }
td.TdClassName
{
border-color: #A243D0;
}
.TagClassName
{
border-color: #A243D0;
}
</style>