Shades of Dark Orchid #A222BC
Tints of Dark Orchid #A222BC
RGB
CMYK
RGB Variations
Color information
#A222BC (or 0xA222BC) is known color: Dark Orchid. HEX triplet: A2, 22 and BC. RGB value is (162,34,188). Sum of RGB (Red+Green+Blue) = 162+34+188=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #A222BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A222BC is #5DDD43. Grayscale: #595959. Windows color (decimal): -6151492 or 12329634. OLE color: 12329634.
HSL color Cylindrical-coordinate representation of color #A222BC: hue angle of 289.87º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A222BC is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 34 | 188 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.26 |
| HSL | 289.87º | 0.69% | 0.44% | - |
| HSV(B) | 289.87º | 0.82% | 0.74% | - |
| XYZ | 24.55 | 12.46 | 48.69 | - |
| YUV | 89.83 | 183.41 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 188 | 0.14 | 0.82 | 0 | 0.26 | 289.87 | 0.69 | 0.44 |
| Hex | A2 | 22 | BC | E | 52 | 0 | 1A | 122 | 45 | 2C |
| Octal | 242 | 42 | 274 | 16 | 122 | 0 | 32 | 442 | 105 | 54 |
| Binary | 10100010 | 100010 | 10111100 | 1110 | 1010010 | 0 | 11010 | 100100010 | 1000101 | 101100 |
Color Harmonies of #A222BC
Complementary color
Monochromatic Colors of #A222BC
Black with #A222BC
Text Example
Text Example
White with #A222BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A222BC; }
p { color: rgb(162,34,188); }
H1.HeaderClassName
{
color: #A222BC;
}
.AnyTagClassName
{
color: #A222BC;
}
</style>
background-color css
<style>
a { background-color: #A222BC; }
a { background-color: rgb(162,34,188); }
div.DivClassName
{
background-color: #A222BC;
}
.BgClassName
{
background-color: #A222BC;
}
</style>
border-color css
<style>
span { border-color: #A222BC; }
span { border-color: rgb(162,34,188); }
td.TdClassName
{
border-color: #A222BC;
}
.TagClassName
{
border-color: #A222BC;
}
</style>