Shades of Dark Orchid #A243CE
Tints of Dark Orchid #A243CE
RGB
CMYK
RGB Variations
Color information
#A243CE (or 0xA243CE) is known color: Dark Orchid. HEX triplet: A2, 43 and CE. RGB value is (162,67,206). Sum of RGB (Red+Green+Blue) = 162+67+206=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #A243CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243CE is #5DBC31. Grayscale: #6E6E6E. Windows color (decimal): -6143026 or 13517730. OLE color: 13517730.
HSL color Cylindrical-coordinate representation of color #A243CE: hue angle of 281.01º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A243CE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 67 | 206 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.19 |
| HSL | 281.01º | 0.59% | 0.54% | - |
| HSV(B) | 281.01º | 0.67% | 0.81% | - |
| XYZ | 28.05 | 16.15 | 60.03 | - |
| YUV | 111.25 | 181.47 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 206 | 0.21 | 0.67 | 0 | 0.19 | 281.01 | 0.59 | 0.54 |
| Hex | A2 | 43 | CE | 15 | 43 | 0 | 13 | 119 | 3B | 36 |
| Octal | 242 | 103 | 316 | 25 | 103 | 0 | 23 | 431 | 73 | 66 |
| Binary | 10100010 | 1000011 | 11001110 | 10101 | 1000011 | 0 | 10011 | 100011001 | 111011 | 110110 |
Color Harmonies of #A243CE
Complementary color
Monochromatic Colors of #A243CE
Black with #A243CE
Text Example
Text Example
White with #A243CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A243CE; }
p { color: rgb(162,67,206); }
H1.HeaderClassName
{
color: #A243CE;
}
.AnyTagClassName
{
color: #A243CE;
}
</style>
background-color css
<style>
a { background-color: #A243CE; }
a { background-color: rgb(162,67,206); }
div.DivClassName
{
background-color: #A243CE;
}
.BgClassName
{
background-color: #A243CE;
}
</style>
border-color css
<style>
span { border-color: #A243CE; }
span { border-color: rgb(162,67,206); }
td.TdClassName
{
border-color: #A243CE;
}
.TagClassName
{
border-color: #A243CE;
}
</style>