Shades of Dark Orchid #A143C7
Tints of Dark Orchid #A143C7
RGB
CMYK
RGB Variations
Color information
#A143C7 (or 0xA143C7) is known color: Dark Orchid. HEX triplet: A1, 43 and C7. RGB value is (161,67,199). Sum of RGB (Red+Green+Blue) = 161+67+199=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 199 - color contains mainly: blue. Hex color #A143C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143C7 is #5EBC38. Grayscale: #6D6D6D. Windows color (decimal): -6208569 or 13058977. OLE color: 13058977.
HSL color Cylindrical-coordinate representation of color #A143C7: hue angle of 282.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A143C7 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 67 | 199 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.22 |
| HSL | 282.73º | 0.54% | 0.52% | - |
| HSV(B) | 282.73º | 0.66% | 0.78% | - |
| XYZ | 27.01 | 15.71 | 55.64 | - |
| YUV | 110.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 199 | 0.19 | 0.66 | 0 | 0.22 | 282.73 | 0.54 | 0.52 |
| Hex | A1 | 43 | C7 | 13 | 42 | 0 | 16 | 11B | 36 | 34 |
| Octal | 241 | 103 | 307 | 23 | 102 | 0 | 26 | 433 | 66 | 64 |
| Binary | 10100001 | 1000011 | 11000111 | 10011 | 1000010 | 0 | 10110 | 100011011 | 110110 | 110100 |
Color Harmonies of #A143C7
Complementary color
Monochromatic Colors of #A143C7
Black with #A143C7
Text Example
Text Example
White with #A143C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143C7; }
p { color: rgb(161,67,199); }
H1.HeaderClassName
{
color: #A143C7;
}
.AnyTagClassName
{
color: #A143C7;
}
</style>
background-color css
<style>
a { background-color: #A143C7; }
a { background-color: rgb(161,67,199); }
div.DivClassName
{
background-color: #A143C7;
}
.BgClassName
{
background-color: #A143C7;
}
</style>
border-color css
<style>
span { border-color: #A143C7; }
span { border-color: rgb(161,67,199); }
td.TdClassName
{
border-color: #A143C7;
}
.TagClassName
{
border-color: #A143C7;
}
</style>