Shades of Dark Orchid #A22FAC
Tints of Dark Orchid #A22FAC
RGB
CMYK
RGB Variations
Color information
#A22FAC (or 0xA22FAC) is known color: Dark Orchid. HEX triplet: A2, 2F and AC. RGB value is (162,47,172). Sum of RGB (Red+Green+Blue) = 162+47+172=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #A22FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22FAC is #5DD053. Grayscale: #5F5F5F. Windows color (decimal): -6148180 or 11284386. OLE color: 11284386.
HSL color Cylindrical-coordinate representation of color #A22FAC: hue angle of 295.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22FAC is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 47 | 172 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.33 |
| HSL | 295.2º | 0.57% | 0.43% | - |
| HSV(B) | 295.2º | 0.73% | 0.67% | - |
| XYZ | 23.36 | 12.69 | 40.25 | - |
| YUV | 95.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 47 | 172 | 0.06 | 0.73 | 0 | 0.33 | 295.2 | 0.57 | 0.43 |
| Hex | A2 | 2F | AC | 6 | 49 | 0 | 21 | 127 | 39 | 2B |
| Octal | 242 | 57 | 254 | 6 | 111 | 0 | 41 | 447 | 71 | 53 |
| Binary | 10100010 | 101111 | 10101100 | 110 | 1001001 | 0 | 100001 | 100100111 | 111001 | 101011 |
Color Harmonies of #A22FAC
Complementary color
Monochromatic Colors of #A22FAC
Black with #A22FAC
Text Example
Text Example
White with #A22FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22FAC; }
p { color: rgb(162,47,172); }
H1.HeaderClassName
{
color: #A22FAC;
}
.AnyTagClassName
{
color: #A22FAC;
}
</style>
background-color css
<style>
a { background-color: #A22FAC; }
a { background-color: rgb(162,47,172); }
div.DivClassName
{
background-color: #A22FAC;
}
.BgClassName
{
background-color: #A22FAC;
}
</style>
border-color css
<style>
span { border-color: #A22FAC; }
span { border-color: rgb(162,47,172); }
td.TdClassName
{
border-color: #A22FAC;
}
.TagClassName
{
border-color: #A22FAC;
}
</style>