Shades of Dark Orchid #AF22C5
Tints of Dark Orchid #AF22C5
RGB
CMYK
RGB Variations
Color information
#AF22C5 (or 0xAF22C5) is known color: Dark Orchid. HEX triplet: AF, 22 and C5. RGB value is (175,34,197). Sum of RGB (Red+Green+Blue) = 175+34+197=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF22C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22C5 is #50DD3A. Grayscale: #5E5E5E. Windows color (decimal): -5299515 or 12919471. OLE color: 12919471.
HSL color Cylindrical-coordinate representation of color #AF22C5: hue angle of 291.9º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF22C5 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 34 | 197 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.23 |
| HSL | 291.9º | 0.71% | 0.45% | - |
| HSV(B) | 291.9º | 0.83% | 0.77% | - |
| XYZ | 28.33 | 14.29 | 54.09 | - |
| YUV | 94.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 197 | 0.11 | 0.83 | 0 | 0.23 | 291.9 | 0.71 | 0.45 |
| Hex | AF | 22 | C5 | B | 53 | 0 | 17 | 124 | 47 | 2D |
| Octal | 257 | 42 | 305 | 13 | 123 | 0 | 27 | 444 | 107 | 55 |
| Binary | 10101111 | 100010 | 11000101 | 1011 | 1010011 | 0 | 10111 | 100100100 | 1000111 | 101101 |
Color Harmonies of #AF22C5
Complementary color
Monochromatic Colors of #AF22C5
Black with #AF22C5
Text Example
Text Example
White with #AF22C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF22C5; }
p { color: rgb(175,34,197); }
H1.HeaderClassName
{
color: #AF22C5;
}
.AnyTagClassName
{
color: #AF22C5;
}
</style>
background-color css
<style>
a { background-color: #AF22C5; }
a { background-color: rgb(175,34,197); }
div.DivClassName
{
background-color: #AF22C5;
}
.BgClassName
{
background-color: #AF22C5;
}
</style>
border-color css
<style>
span { border-color: #AF22C5; }
span { border-color: rgb(175,34,197); }
td.TdClassName
{
border-color: #AF22C5;
}
.TagClassName
{
border-color: #AF22C5;
}
</style>