Shades of Dark Orchid #A244C5
Tints of Dark Orchid #A244C5
RGB
CMYK
RGB Variations
Color information
#A244C5 (or 0xA244C5) is known color: Dark Orchid. HEX triplet: A2, 44 and C5. RGB value is (162,68,197). Sum of RGB (Red+Green+Blue) = 162+68+197=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 197 - color contains mainly: blue. Hex color #A244C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244C5 is #5DBB3A. Grayscale: #6E6E6E. Windows color (decimal): -6142779 or 12928162. OLE color: 12928162.
HSL color Cylindrical-coordinate representation of color #A244C5: hue angle of 283.72º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A244C5 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 68 | 197 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.23 |
| HSL | 283.72º | 0.53% | 0.52% | - |
| HSV(B) | 283.72º | 0.65% | 0.77% | - |
| XYZ | 27.05 | 15.85 | 54.46 | - |
| YUV | 110.81 | 176.64 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 197 | 0.18 | 0.65 | 0 | 0.23 | 283.72 | 0.53 | 0.52 |
| Hex | A2 | 44 | C5 | 12 | 41 | 0 | 17 | 11C | 35 | 34 |
| Octal | 242 | 104 | 305 | 22 | 101 | 0 | 27 | 434 | 65 | 64 |
| Binary | 10100010 | 1000100 | 11000101 | 10010 | 1000001 | 0 | 10111 | 100011100 | 110101 | 110100 |
Color Harmonies of #A244C5
Complementary color
Monochromatic Colors of #A244C5
Black with #A244C5
Text Example
Text Example
White with #A244C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A244C5; }
p { color: rgb(162,68,197); }
H1.HeaderClassName
{
color: #A244C5;
}
.AnyTagClassName
{
color: #A244C5;
}
</style>
background-color css
<style>
a { background-color: #A244C5; }
a { background-color: rgb(162,68,197); }
div.DivClassName
{
background-color: #A244C5;
}
.BgClassName
{
background-color: #A244C5;
}
</style>
border-color css
<style>
span { border-color: #A244C5; }
span { border-color: rgb(162,68,197); }
td.TdClassName
{
border-color: #A244C5;
}
.TagClassName
{
border-color: #A244C5;
}
</style>