Shades of Dark Orchid #A22BDF
Tints of Dark Orchid #A22BDF
RGB
CMYK
RGB Variations
Color information
#A22BDF (or 0xA22BDF) is known color: Dark Orchid. HEX triplet: A2, 2B and DF. RGB value is (162,43,223). Sum of RGB (Red+Green+Blue) = 162+43+223=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #A22BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22BDF is #5DD420. Grayscale: #626262. Windows color (decimal): -6149153 or 14625698. OLE color: 14625698.
HSL color Cylindrical-coordinate representation of color #A22BDF: hue angle of 279.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A22BDF is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 43 | 223 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.13 |
| HSL | 279.67º | 0.74% | 0.52% | - |
| HSV(B) | 279.67º | 0.81% | 0.87% | - |
| XYZ | 29.08 | 14.74 | 71.12 | - |
| YUV | 99.1 | 197.92 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 223 | 0.27 | 0.81 | 0 | 0.13 | 279.67 | 0.74 | 0.52 |
| Hex | A2 | 2B | DF | 1B | 51 | 0 | D | 118 | 4A | 34 |
| Octal | 242 | 53 | 337 | 33 | 121 | 0 | 15 | 430 | 112 | 64 |
| Binary | 10100010 | 101011 | 11011111 | 11011 | 1010001 | 0 | 1101 | 100011000 | 1001010 | 110100 |
Color Harmonies of #A22BDF
Complementary color
Monochromatic Colors of #A22BDF
Black with #A22BDF
Text Example
Text Example
White with #A22BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22BDF; }
p { color: rgb(162,43,223); }
H1.HeaderClassName
{
color: #A22BDF;
}
.AnyTagClassName
{
color: #A22BDF;
}
</style>
background-color css
<style>
a { background-color: #A22BDF; }
a { background-color: rgb(162,43,223); }
div.DivClassName
{
background-color: #A22BDF;
}
.BgClassName
{
background-color: #A22BDF;
}
</style>
border-color css
<style>
span { border-color: #A22BDF; }
span { border-color: rgb(162,43,223); }
td.TdClassName
{
border-color: #A22BDF;
}
.TagClassName
{
border-color: #A22BDF;
}
</style>