Shades of Dark Orchid #A22FDC
Tints of Dark Orchid #A22FDC
RGB
CMYK
RGB Variations
Color information
#A22FDC (or 0xA22FDC) is known color: Dark Orchid. HEX triplet: A2, 2F and DC. RGB value is (162,47,220). Sum of RGB (Red+Green+Blue) = 162+47+220=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #A22FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22FDC is #5DD023. Grayscale: #646464. Windows color (decimal): -6148132 or 14430114. OLE color: 14430114.
HSL color Cylindrical-coordinate representation of color #A22FDC: hue angle of 279.88º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22FDC is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 47 | 220 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.14 |
| HSL | 279.88º | 0.71% | 0.52% | - |
| HSV(B) | 279.88º | 0.79% | 0.86% | - |
| XYZ | 28.84 | 14.88 | 69.06 | - |
| YUV | 101.11 | 195.1 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 47 | 220 | 0.26 | 0.79 | 0 | 0.14 | 279.88 | 0.71 | 0.52 |
| Hex | A2 | 2F | DC | 1A | 4F | 0 | E | 118 | 47 | 34 |
| Octal | 242 | 57 | 334 | 32 | 117 | 0 | 16 | 430 | 107 | 64 |
| Binary | 10100010 | 101111 | 11011100 | 11010 | 1001111 | 0 | 1110 | 100011000 | 1000111 | 110100 |
Color Harmonies of #A22FDC
Complementary color
Monochromatic Colors of #A22FDC
Black with #A22FDC
Text Example
Text Example
White with #A22FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22FDC; }
p { color: rgb(162,47,220); }
H1.HeaderClassName
{
color: #A22FDC;
}
.AnyTagClassName
{
color: #A22FDC;
}
</style>
background-color css
<style>
a { background-color: #A22FDC; }
a { background-color: rgb(162,47,220); }
div.DivClassName
{
background-color: #A22FDC;
}
.BgClassName
{
background-color: #A22FDC;
}
</style>
border-color css
<style>
span { border-color: #A22FDC; }
span { border-color: rgb(162,47,220); }
td.TdClassName
{
border-color: #A22FDC;
}
.TagClassName
{
border-color: #A22FDC;
}
</style>