Shades of Dark Orchid #A243CF
Tints of Dark Orchid #A243CF
RGB
CMYK
RGB Variations
Color information
#A243CF (or 0xA243CF) is known color: Dark Orchid. HEX triplet: A2, 43 and CF. RGB value is (162,67,207). Sum of RGB (Red+Green+Blue) = 162+67+207=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #A243CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243CF is #5DBC30. Grayscale: #6E6E6E. Windows color (decimal): -6143025 or 13583266. OLE color: 13583266.
HSL color Cylindrical-coordinate representation of color #A243CF: hue angle of 280.71º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A243CF is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 67 | 207 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.19 |
| HSL | 280.71º | 0.59% | 0.54% | - |
| HSV(B) | 280.71º | 0.68% | 0.81% | - |
| XYZ | 28.17 | 16.2 | 60.67 | - |
| YUV | 111.37 | 181.97 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 207 | 0.22 | 0.68 | 0 | 0.19 | 280.71 | 0.59 | 0.54 |
| Hex | A2 | 43 | CF | 16 | 44 | 0 | 13 | 119 | 3B | 36 |
| Octal | 242 | 103 | 317 | 26 | 104 | 0 | 23 | 431 | 73 | 66 |
| Binary | 10100010 | 1000011 | 11001111 | 10110 | 1000100 | 0 | 10011 | 100011001 | 111011 | 110110 |
Color Harmonies of #A243CF
Complementary color
Monochromatic Colors of #A243CF
Black with #A243CF
Text Example
Text Example
White with #A243CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A243CF; }
p { color: rgb(162,67,207); }
H1.HeaderClassName
{
color: #A243CF;
}
.AnyTagClassName
{
color: #A243CF;
}
</style>
background-color css
<style>
a { background-color: #A243CF; }
a { background-color: rgb(162,67,207); }
div.DivClassName
{
background-color: #A243CF;
}
.BgClassName
{
background-color: #A243CF;
}
</style>
border-color css
<style>
span { border-color: #A243CF; }
span { border-color: rgb(162,67,207); }
td.TdClassName
{
border-color: #A243CF;
}
.TagClassName
{
border-color: #A243CF;
}
</style>