Shades of Dark Orchid #A722CF
Tints of Dark Orchid #A722CF
RGB
CMYK
RGB Variations
Color information
#A722CF (or 0xA722CF) is known color: Dark Orchid. HEX triplet: A7, 22 and CF. RGB value is (167,34,207). Sum of RGB (Red+Green+Blue) = 167+34+207=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #A722CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A722CF is #58DD30. Grayscale: #5C5C5C. Windows color (decimal): -5823793 or 13574823. OLE color: 13574823.
HSL color Cylindrical-coordinate representation of color #A722CF: hue angle of 286.13º 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 #A722CF is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 34 | 207 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.19 |
| HSL | 286.13º | 0.72% | 0.47% | - |
| HSV(B) | 286.13º | 0.84% | 0.81% | - |
| XYZ | 27.77 | 13.86 | 60.24 | - |
| YUV | 93.49 | 192.06 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 34 | 207 | 0.19 | 0.84 | 0 | 0.19 | 286.13 | 0.72 | 0.47 |
| Hex | A7 | 22 | CF | 13 | 54 | 0 | 13 | 11E | 48 | 2F |
| Octal | 247 | 42 | 317 | 23 | 124 | 0 | 23 | 436 | 110 | 57 |
| Binary | 10100111 | 100010 | 11001111 | 10011 | 1010100 | 0 | 10011 | 100011110 | 1001000 | 101111 |
Color Harmonies of #A722CF
Complementary color
Monochromatic Colors of #A722CF
Black with #A722CF
Text Example
Text Example
White with #A722CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A722CF; }
p { color: rgb(167,34,207); }
H1.HeaderClassName
{
color: #A722CF;
}
.AnyTagClassName
{
color: #A722CF;
}
</style>
background-color css
<style>
a { background-color: #A722CF; }
a { background-color: rgb(167,34,207); }
div.DivClassName
{
background-color: #A722CF;
}
.BgClassName
{
background-color: #A722CF;
}
</style>
border-color css
<style>
span { border-color: #A722CF; }
span { border-color: rgb(167,34,207); }
td.TdClassName
{
border-color: #A722CF;
}
.TagClassName
{
border-color: #A722CF;
}
</style>