Shades of Dark Orchid #A143CC
Tints of Dark Orchid #A143CC
RGB
CMYK
RGB Variations
Color information
#A143CC (or 0xA143CC) is known color: Dark Orchid. HEX triplet: A1, 43 and CC. RGB value is (161,67,204). Sum of RGB (Red+Green+Blue) = 161+67+204=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #A143CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143CC is #5EBC33. Grayscale: #6E6E6E. Windows color (decimal): -6208564 or 13386657. OLE color: 13386657.
HSL color Cylindrical-coordinate representation of color #A143CC: hue angle of 281.17º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A143CC is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 67 | 204 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.2 |
| HSL | 281.17º | 0.57% | 0.53% | - |
| HSV(B) | 281.17º | 0.67% | 0.8% | - |
| XYZ | 27.6 | 15.95 | 58.75 | - |
| YUV | 110.72 | 180.64 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 204 | 0.21 | 0.67 | 0 | 0.2 | 281.17 | 0.57 | 0.53 |
| Hex | A1 | 43 | CC | 15 | 43 | 0 | 14 | 119 | 39 | 35 |
| Octal | 241 | 103 | 314 | 25 | 103 | 0 | 24 | 431 | 71 | 65 |
| Binary | 10100001 | 1000011 | 11001100 | 10101 | 1000011 | 0 | 10100 | 100011001 | 111001 | 110101 |
Color Harmonies of #A143CC
Complementary color
Monochromatic Colors of #A143CC
Black with #A143CC
Text Example
Text Example
White with #A143CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143CC; }
p { color: rgb(161,67,204); }
H1.HeaderClassName
{
color: #A143CC;
}
.AnyTagClassName
{
color: #A143CC;
}
</style>
background-color css
<style>
a { background-color: #A143CC; }
a { background-color: rgb(161,67,204); }
div.DivClassName
{
background-color: #A143CC;
}
.BgClassName
{
background-color: #A143CC;
}
</style>
border-color css
<style>
span { border-color: #A143CC; }
span { border-color: rgb(161,67,204); }
td.TdClassName
{
border-color: #A143CC;
}
.TagClassName
{
border-color: #A143CC;
}
</style>