Shades of Dark Orchid #A722CB
Tints of Dark Orchid #A722CB
RGB
CMYK
RGB Variations
Color information
#A722CB (or 0xA722CB) is known color: Dark Orchid. HEX triplet: A7, 22 and CB. RGB value is (167,34,203). Sum of RGB (Red+Green+Blue) = 167+34+203=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #A722CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A722CB is #58DD34. Grayscale: #5C5C5C. Windows color (decimal): -5823797 or 13312679. OLE color: 13312679.
HSL color Cylindrical-coordinate representation of color #A722CB: hue angle of 287.22º 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 #A722CB is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 34 | 203 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.20 |
| HSL | 287.22º | 0.71% | 0.46% | - |
| HSV(B) | 287.22º | 0.83% | 0.8% | - |
| XYZ | 27.29 | 13.67 | 57.7 | - |
| YUV | 93.03 | 190.06 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 34 | 203 | 0.18 | 0.83 | 0 | 0.20 | 287.22 | 0.71 | 0.46 |
| Hex | A7 | 22 | CB | 12 | 53 | 0 | 14 | 11F | 47 | 2E |
| Octal | 247 | 42 | 313 | 22 | 123 | 0 | 24 | 437 | 107 | 56 |
| Binary | 10100111 | 100010 | 11001011 | 10010 | 1010011 | 0 | 10100 | 100011111 | 1000111 | 101110 |
Color Harmonies of #A722CB
Complementary color
Monochromatic Colors of #A722CB
Black with #A722CB
Text Example
Text Example
White with #A722CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A722CB; }
p { color: rgb(167,34,203); }
H1.HeaderClassName
{
color: #A722CB;
}
.AnyTagClassName
{
color: #A722CB;
}
</style>
background-color css
<style>
a { background-color: #A722CB; }
a { background-color: rgb(167,34,203); }
div.DivClassName
{
background-color: #A722CB;
}
.BgClassName
{
background-color: #A722CB;
}
</style>
border-color css
<style>
span { border-color: #A722CB; }
span { border-color: rgb(167,34,203); }
td.TdClassName
{
border-color: #A722CB;
}
.TagClassName
{
border-color: #A722CB;
}
</style>