Shades of Dark Orchid #A143C5
Tints of Dark Orchid #A143C5
RGB
CMYK
RGB Variations
Color information
#A143C5 (or 0xA143C5) is known color: Dark Orchid. HEX triplet: A1, 43 and C5. RGB value is (161,67,197). Sum of RGB (Red+Green+Blue) = 161+67+197=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 197 - color contains mainly: blue. Hex color #A143C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143C5 is #5EBC3A. Grayscale: #6D6D6D. Windows color (decimal): -6208571 or 12927905. OLE color: 12927905.
HSL color Cylindrical-coordinate representation of color #A143C5: hue angle of 283.38º 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 #A143C5 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 67 | 197 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.23 |
| HSL | 283.38º | 0.53% | 0.52% | - |
| HSV(B) | 283.38º | 0.66% | 0.77% | - |
| XYZ | 26.78 | 15.62 | 54.43 | - |
| YUV | 109.93 | 177.14 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 197 | 0.18 | 0.66 | 0 | 0.23 | 283.38 | 0.53 | 0.52 |
| Hex | A1 | 43 | C5 | 12 | 42 | 0 | 17 | 11B | 35 | 34 |
| Octal | 241 | 103 | 305 | 22 | 102 | 0 | 27 | 433 | 65 | 64 |
| Binary | 10100001 | 1000011 | 11000101 | 10010 | 1000010 | 0 | 10111 | 100011011 | 110101 | 110100 |
Color Harmonies of #A143C5
Complementary color
Monochromatic Colors of #A143C5
Black with #A143C5
Text Example
Text Example
White with #A143C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143C5; }
p { color: rgb(161,67,197); }
H1.HeaderClassName
{
color: #A143C5;
}
.AnyTagClassName
{
color: #A143C5;
}
</style>
background-color css
<style>
a { background-color: #A143C5; }
a { background-color: rgb(161,67,197); }
div.DivClassName
{
background-color: #A143C5;
}
.BgClassName
{
background-color: #A143C5;
}
</style>
border-color css
<style>
span { border-color: #A143C5; }
span { border-color: rgb(161,67,197); }
td.TdClassName
{
border-color: #A143C5;
}
.TagClassName
{
border-color: #A143C5;
}
</style>