Shades of Dark Orchid #A224C9
Tints of Dark Orchid #A224C9
RGB
CMYK
RGB Variations
Color information
#A224C9 (or 0xA224C9) is known color: Dark Orchid. HEX triplet: A2, 24 and C9. RGB value is (162,36,201). Sum of RGB (Red+Green+Blue) = 162+36+201=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #A224C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A224C9 is #5DDB36. Grayscale: #5B5B5B. Windows color (decimal): -6150967 or 13182114. OLE color: 13182114.
HSL color Cylindrical-coordinate representation of color #A224C9: hue angle of 285.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A224C9 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 36 | 201 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.21 |
| HSL | 285.82º | 0.7% | 0.46% | - |
| HSV(B) | 285.82º | 0.82% | 0.79% | - |
| XYZ | 26.07 | 13.16 | 56.42 | - |
| YUV | 92.48 | 189.24 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 201 | 0.19 | 0.82 | 0 | 0.21 | 285.82 | 0.7 | 0.46 |
| Hex | A2 | 24 | C9 | 13 | 52 | 0 | 15 | 11E | 46 | 2E |
| Octal | 242 | 44 | 311 | 23 | 122 | 0 | 25 | 436 | 106 | 56 |
| Binary | 10100010 | 100100 | 11001001 | 10011 | 1010010 | 0 | 10101 | 100011110 | 1000110 | 101110 |
Color Harmonies of #A224C9
Complementary color
Monochromatic Colors of #A224C9
Black with #A224C9
Text Example
Text Example
White with #A224C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A224C9; }
p { color: rgb(162,36,201); }
H1.HeaderClassName
{
color: #A224C9;
}
.AnyTagClassName
{
color: #A224C9;
}
</style>
background-color css
<style>
a { background-color: #A224C9; }
a { background-color: rgb(162,36,201); }
div.DivClassName
{
background-color: #A224C9;
}
.BgClassName
{
background-color: #A224C9;
}
</style>
border-color css
<style>
span { border-color: #A224C9; }
span { border-color: rgb(162,36,201); }
td.TdClassName
{
border-color: #A224C9;
}
.TagClassName
{
border-color: #A224C9;
}
</style>