Shades of Dark Orchid #A144CC
Tints of Dark Orchid #A144CC
RGB
CMYK
RGB Variations
Color information
#A144CC (or 0xA144CC) is known color: Dark Orchid. HEX triplet: A1, 44 and CC. RGB value is (161,68,204). Sum of RGB (Red+Green+Blue) = 161+68+204=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #A144CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144CC is #5EBB33. Grayscale: #6E6E6E. Windows color (decimal): -6208308 or 13386913. OLE color: 13386913.
HSL color Cylindrical-coordinate representation of color #A144CC: hue angle of 281.03º 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 #A144CC is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 68 | 204 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.2 |
| HSL | 281.03º | 0.57% | 0.53% | - |
| HSV(B) | 281.03º | 0.67% | 0.8% | - |
| XYZ | 27.66 | 16.07 | 58.77 | - |
| YUV | 111.31 | 180.31 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 204 | 0.21 | 0.67 | 0 | 0.2 | 281.03 | 0.57 | 0.53 |
| Hex | A1 | 44 | CC | 15 | 43 | 0 | 14 | 119 | 39 | 35 |
| Octal | 241 | 104 | 314 | 25 | 103 | 0 | 24 | 431 | 71 | 65 |
| Binary | 10100001 | 1000100 | 11001100 | 10101 | 1000011 | 0 | 10100 | 100011001 | 111001 | 110101 |
Color Harmonies of #A144CC
Complementary color
Monochromatic Colors of #A144CC
Black with #A144CC
Text Example
Text Example
White with #A144CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A144CC; }
p { color: rgb(161,68,204); }
H1.HeaderClassName
{
color: #A144CC;
}
.AnyTagClassName
{
color: #A144CC;
}
</style>
background-color css
<style>
a { background-color: #A144CC; }
a { background-color: rgb(161,68,204); }
div.DivClassName
{
background-color: #A144CC;
}
.BgClassName
{
background-color: #A144CC;
}
</style>
border-color css
<style>
span { border-color: #A144CC; }
span { border-color: rgb(161,68,204); }
td.TdClassName
{
border-color: #A144CC;
}
.TagClassName
{
border-color: #A144CC;
}
</style>