Shades of Dark Orchid #A622CE
Tints of Dark Orchid #A622CE
RGB
CMYK
RGB Variations
Color information
#A622CE (or 0xA622CE) is known color: Dark Orchid. HEX triplet: A6, 22 and CE. RGB value is (166,34,206). Sum of RGB (Red+Green+Blue) = 166+34+206=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #A622CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A622CE is #59DD31. Grayscale: #5C5C5C. Windows color (decimal): -5889330 or 13509286. OLE color: 13509286.
HSL color Cylindrical-coordinate representation of color #A622CE: hue angle of 286.05º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A622CE is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 34 | 206 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.19 |
| HSL | 286.05º | 0.72% | 0.47% | - |
| HSV(B) | 286.05º | 0.83% | 0.81% | - |
| XYZ | 27.44 | 13.71 | 59.59 | - |
| YUV | 93.08 | 191.73 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 206 | 0.19 | 0.83 | 0 | 0.19 | 286.05 | 0.72 | 0.47 |
| Hex | A6 | 22 | CE | 13 | 53 | 0 | 13 | 11E | 48 | 2F |
| Octal | 246 | 42 | 316 | 23 | 123 | 0 | 23 | 436 | 110 | 57 |
| Binary | 10100110 | 100010 | 11001110 | 10011 | 1010011 | 0 | 10011 | 100011110 | 1001000 | 101111 |
Color Harmonies of #A622CE
Complementary color
Monochromatic Colors of #A622CE
Black with #A622CE
Text Example
Text Example
White with #A622CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A622CE; }
p { color: rgb(166,34,206); }
H1.HeaderClassName
{
color: #A622CE;
}
.AnyTagClassName
{
color: #A622CE;
}
</style>
background-color css
<style>
a { background-color: #A622CE; }
a { background-color: rgb(166,34,206); }
div.DivClassName
{
background-color: #A622CE;
}
.BgClassName
{
background-color: #A622CE;
}
</style>
border-color css
<style>
span { border-color: #A622CE; }
span { border-color: rgb(166,34,206); }
td.TdClassName
{
border-color: #A622CE;
}
.TagClassName
{
border-color: #A622CE;
}
</style>