Shades of Dark Orchid #A222CF
Tints of Dark Orchid #A222CF
RGB
CMYK
RGB Variations
Color information
#A222CF (or 0xA222CF) is known color: Dark Orchid. HEX triplet: A2, 22 and CF. RGB value is (162,34,207). Sum of RGB (Red+Green+Blue) = 162+34+207=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #A222CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A222CF is #5DDD30. Grayscale: #5B5B5B. Windows color (decimal): -6151473 or 13574818. OLE color: 13574818.
HSL color Cylindrical-coordinate representation of color #A222CF: hue angle of 284.39º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A222CF is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 34 | 207 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.19 |
| HSL | 284.39º | 0.72% | 0.47% | - |
| HSV(B) | 284.39º | 0.84% | 0.81% | - |
| XYZ | 26.73 | 13.33 | 60.2 | - |
| YUV | 91.99 | 192.91 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 207 | 0.22 | 0.84 | 0 | 0.19 | 284.39 | 0.72 | 0.47 |
| Hex | A2 | 22 | CF | 16 | 54 | 0 | 13 | 11C | 48 | 2F |
| Octal | 242 | 42 | 317 | 26 | 124 | 0 | 23 | 434 | 110 | 57 |
| Binary | 10100010 | 100010 | 11001111 | 10110 | 1010100 | 0 | 10011 | 100011100 | 1001000 | 101111 |
Color Harmonies of #A222CF
Complementary color
Monochromatic Colors of #A222CF
Black with #A222CF
Text Example
Text Example
White with #A222CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A222CF; }
p { color: rgb(162,34,207); }
H1.HeaderClassName
{
color: #A222CF;
}
.AnyTagClassName
{
color: #A222CF;
}
</style>
background-color css
<style>
a { background-color: #A222CF; }
a { background-color: rgb(162,34,207); }
div.DivClassName
{
background-color: #A222CF;
}
.BgClassName
{
background-color: #A222CF;
}
</style>
border-color css
<style>
span { border-color: #A222CF; }
span { border-color: rgb(162,34,207); }
td.TdClassName
{
border-color: #A222CF;
}
.TagClassName
{
border-color: #A222CF;
}
</style>