Shades of Dark Orchid #A243C5
Tints of Dark Orchid #A243C5
RGB
CMYK
RGB Variations
Color information
#A243C5 (or 0xA243C5) is known color: Dark Orchid. HEX triplet: A2, 43 and C5. RGB value is (162,67,197). Sum of RGB (Red+Green+Blue) = 162+67+197=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #A243C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243C5 is #5DBC3A. Grayscale: #6D6D6D. Windows color (decimal): -6143035 or 12927906. OLE color: 12927906.
HSL color Cylindrical-coordinate representation of color #A243C5: hue angle of 283.85º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A243C5 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 67 | 197 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.23 |
| HSL | 283.85º | 0.53% | 0.52% | - |
| HSV(B) | 283.85º | 0.66% | 0.77% | - |
| XYZ | 26.99 | 15.73 | 54.44 | - |
| YUV | 110.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 197 | 0.18 | 0.66 | 0 | 0.23 | 283.85 | 0.53 | 0.52 |
| Hex | A2 | 43 | C5 | 12 | 42 | 0 | 17 | 11C | 35 | 34 |
| Octal | 242 | 103 | 305 | 22 | 102 | 0 | 27 | 434 | 65 | 64 |
| Binary | 10100010 | 1000011 | 11000101 | 10010 | 1000010 | 0 | 10111 | 100011100 | 110101 | 110100 |
Color Harmonies of #A243C5
Complementary color
Monochromatic Colors of #A243C5
Black with #A243C5
Text Example
Text Example
White with #A243C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A243C5; }
p { color: rgb(162,67,197); }
H1.HeaderClassName
{
color: #A243C5;
}
.AnyTagClassName
{
color: #A243C5;
}
</style>
background-color css
<style>
a { background-color: #A243C5; }
a { background-color: rgb(162,67,197); }
div.DivClassName
{
background-color: #A243C5;
}
.BgClassName
{
background-color: #A243C5;
}
</style>
border-color css
<style>
span { border-color: #A243C5; }
span { border-color: rgb(162,67,197); }
td.TdClassName
{
border-color: #A243C5;
}
.TagClassName
{
border-color: #A243C5;
}
</style>