Shades of Dark Orchid #A121CC
Tints of Dark Orchid #A121CC
RGB
CMYK
RGB Variations
Color information
#A121CC (or 0xA121CC) is known color: Dark Orchid. HEX triplet: A1, 21 and CC. RGB value is (161,33,204). Sum of RGB (Red+Green+Blue) = 161+33+204=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #A121CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A121CC is #5EDE33. Grayscale: #5A5A5A. Windows color (decimal): -6217268 or 13377953. OLE color: 13377953.
HSL color Cylindrical-coordinate representation of color #A121CC: hue angle of 284.91º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A121CC is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 33 | 204 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.2 |
| HSL | 284.91º | 0.72% | 0.46% | - |
| HSV(B) | 284.91º | 0.84% | 0.8% | - |
| XYZ | 26.14 | 13.02 | 58.26 | - |
| YUV | 90.77 | 191.91 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 204 | 0.21 | 0.84 | 0 | 0.2 | 284.91 | 0.72 | 0.46 |
| Hex | A1 | 21 | CC | 15 | 54 | 0 | 14 | 11D | 48 | 2E |
| Octal | 241 | 41 | 314 | 25 | 124 | 0 | 24 | 435 | 110 | 56 |
| Binary | 10100001 | 100001 | 11001100 | 10101 | 1010100 | 0 | 10100 | 100011101 | 1001000 | 101110 |
Color Harmonies of #A121CC
Complementary color
Monochromatic Colors of #A121CC
Black with #A121CC
Text Example
Text Example
White with #A121CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A121CC; }
p { color: rgb(161,33,204); }
H1.HeaderClassName
{
color: #A121CC;
}
.AnyTagClassName
{
color: #A121CC;
}
</style>
background-color css
<style>
a { background-color: #A121CC; }
a { background-color: rgb(161,33,204); }
div.DivClassName
{
background-color: #A121CC;
}
.BgClassName
{
background-color: #A121CC;
}
</style>
border-color css
<style>
span { border-color: #A121CC; }
span { border-color: rgb(161,33,204); }
td.TdClassName
{
border-color: #A121CC;
}
.TagClassName
{
border-color: #A121CC;
}
</style>