Shades of Dark Orchid #A224C1
Tints of Dark Orchid #A224C1
RGB
CMYK
RGB Variations
Color information
#A224C1 (or 0xA224C1) is known color: Dark Orchid. HEX triplet: A2, 24 and C1. RGB value is (162,36,193). Sum of RGB (Red+Green+Blue) = 162+36+193=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #A224C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A224C1 is #5DDB3E. Grayscale: #5B5B5B. Windows color (decimal): -6150975 or 12657826. OLE color: 12657826.
HSL color Cylindrical-coordinate representation of color #A224C1: hue angle of 288.15º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A224C1 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 36 | 193 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.24 |
| HSL | 288.15º | 0.69% | 0.45% | - |
| HSV(B) | 288.15º | 0.81% | 0.76% | - |
| XYZ | 25.16 | 12.79 | 51.6 | - |
| YUV | 91.57 | 185.24 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 193 | 0.16 | 0.81 | 0 | 0.24 | 288.15 | 0.69 | 0.45 |
| Hex | A2 | 24 | C1 | 10 | 51 | 0 | 18 | 120 | 45 | 2D |
| Octal | 242 | 44 | 301 | 20 | 121 | 0 | 30 | 440 | 105 | 55 |
| Binary | 10100010 | 100100 | 11000001 | 10000 | 1010001 | 0 | 11000 | 100100000 | 1000101 | 101101 |
Color Harmonies of #A224C1
Complementary color
Monochromatic Colors of #A224C1
Black with #A224C1
Text Example
Text Example
White with #A224C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A224C1; }
p { color: rgb(162,36,193); }
H1.HeaderClassName
{
color: #A224C1;
}
.AnyTagClassName
{
color: #A224C1;
}
</style>
background-color css
<style>
a { background-color: #A224C1; }
a { background-color: rgb(162,36,193); }
div.DivClassName
{
background-color: #A224C1;
}
.BgClassName
{
background-color: #A224C1;
}
</style>
border-color css
<style>
span { border-color: #A224C1; }
span { border-color: rgb(162,36,193); }
td.TdClassName
{
border-color: #A224C1;
}
.TagClassName
{
border-color: #A224C1;
}
</style>