Shades of Dark Orchid #A422CB
Tints of Dark Orchid #A422CB
RGB
CMYK
RGB Variations
Color information
#A422CB (or 0xA422CB) is known color: Dark Orchid. HEX triplet: A4, 22 and CB. RGB value is (164,34,203). Sum of RGB (Red+Green+Blue) = 164+34+203=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #A422CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A422CB is #5BDD34. Grayscale: #5B5B5B. Windows color (decimal): -6020405 or 13312676. OLE color: 13312676.
HSL color Cylindrical-coordinate representation of color #A422CB: hue angle of 286.15º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A422CB is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 34 | 203 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.20 |
| HSL | 286.15º | 0.71% | 0.46% | - |
| HSV(B) | 286.15º | 0.83% | 0.8% | - |
| XYZ | 26.66 | 13.35 | 57.67 | - |
| YUV | 92.14 | 190.57 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 203 | 0.19 | 0.83 | 0 | 0.20 | 286.15 | 0.71 | 0.46 |
| Hex | A4 | 22 | CB | 13 | 53 | 0 | 14 | 11E | 47 | 2E |
| Octal | 244 | 42 | 313 | 23 | 123 | 0 | 24 | 436 | 107 | 56 |
| Binary | 10100100 | 100010 | 11001011 | 10011 | 1010011 | 0 | 10100 | 100011110 | 1000111 | 101110 |
Color Harmonies of #A422CB
Complementary color
Monochromatic Colors of #A422CB
Black with #A422CB
Text Example
Text Example
White with #A422CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A422CB; }
p { color: rgb(164,34,203); }
H1.HeaderClassName
{
color: #A422CB;
}
.AnyTagClassName
{
color: #A422CB;
}
</style>
background-color css
<style>
a { background-color: #A422CB; }
a { background-color: rgb(164,34,203); }
div.DivClassName
{
background-color: #A422CB;
}
.BgClassName
{
background-color: #A422CB;
}
</style>
border-color css
<style>
span { border-color: #A422CB; }
span { border-color: rgb(164,34,203); }
td.TdClassName
{
border-color: #A422CB;
}
.TagClassName
{
border-color: #A422CB;
}
</style>