Shades of Dark Orchid #A229C6
Tints of Dark Orchid #A229C6
RGB
CMYK
RGB Variations
Color information
#A229C6 (or 0xA229C6) is known color: Dark Orchid. HEX triplet: A2, 29 and C6. RGB value is (162,41,198). Sum of RGB (Red+Green+Blue) = 162+41+198=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 198 (77.73% from 255 or 49.38% from 401); Max value from RGB is 198 - color contains mainly: blue. Hex color #A229C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229C6 is #5DD639. Grayscale: #5E5E5E. Windows color (decimal): -6149690 or 12986786. OLE color: 12986786.
HSL color Cylindrical-coordinate representation of color #A229C6: hue angle of 286.24º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A229C6 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 41 | 198 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.22 |
| HSL | 286.24º | 0.66% | 0.47% | - |
| HSV(B) | 286.24º | 0.79% | 0.78% | - |
| XYZ | 25.89 | 13.34 | 54.64 | - |
| YUV | 95.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 198 | 0.18 | 0.79 | 0 | 0.22 | 286.24 | 0.66 | 0.47 |
| Hex | A2 | 29 | C6 | 12 | 4F | 0 | 16 | 11E | 42 | 2F |
| Octal | 242 | 51 | 306 | 22 | 117 | 0 | 26 | 436 | 102 | 57 |
| Binary | 10100010 | 101001 | 11000110 | 10010 | 1001111 | 0 | 10110 | 100011110 | 1000010 | 101111 |
Color Harmonies of #A229C6
Complementary color
Monochromatic Colors of #A229C6
Black with #A229C6
Text Example
Text Example
White with #A229C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A229C6; }
p { color: rgb(162,41,198); }
H1.HeaderClassName
{
color: #A229C6;
}
.AnyTagClassName
{
color: #A229C6;
}
</style>
background-color css
<style>
a { background-color: #A229C6; }
a { background-color: rgb(162,41,198); }
div.DivClassName
{
background-color: #A229C6;
}
.BgClassName
{
background-color: #A229C6;
}
</style>
border-color css
<style>
span { border-color: #A229C6; }
span { border-color: rgb(162,41,198); }
td.TdClassName
{
border-color: #A229C6;
}
.TagClassName
{
border-color: #A229C6;
}
</style>