Shades of Dark Orchid #AF22CE
Tints of Dark Orchid #AF22CE
RGB
CMYK
RGB Variations
Color information
#AF22CE (or 0xAF22CE) is known color: Dark Orchid. HEX triplet: AF, 22 and CE. RGB value is (175,34,206). Sum of RGB (Red+Green+Blue) = 175+34+206=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF22CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22CE is #50DD31. Grayscale: #5F5F5F. Windows color (decimal): -5299506 or 13509295. OLE color: 13509295.
HSL color Cylindrical-coordinate representation of color #AF22CE: hue angle of 289.19º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF22CE is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 34 | 206 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.19 |
| HSL | 289.19º | 0.72% | 0.47% | - |
| HSV(B) | 289.19º | 0.83% | 0.81% | - |
| XYZ | 29.39 | 14.71 | 59.68 | - |
| YUV | 95.77 | 190.21 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 206 | 0.15 | 0.83 | 0 | 0.19 | 289.19 | 0.72 | 0.47 |
| Hex | AF | 22 | CE | F | 53 | 0 | 13 | 121 | 48 | 2F |
| Octal | 257 | 42 | 316 | 17 | 123 | 0 | 23 | 441 | 110 | 57 |
| Binary | 10101111 | 100010 | 11001110 | 1111 | 1010011 | 0 | 10011 | 100100001 | 1001000 | 101111 |
Color Harmonies of #AF22CE
Complementary color
Monochromatic Colors of #AF22CE
Black with #AF22CE
Text Example
Text Example
White with #AF22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF22CE; }
p { color: rgb(175,34,206); }
H1.HeaderClassName
{
color: #AF22CE;
}
.AnyTagClassName
{
color: #AF22CE;
}
</style>
background-color css
<style>
a { background-color: #AF22CE; }
a { background-color: rgb(175,34,206); }
div.DivClassName
{
background-color: #AF22CE;
}
.BgClassName
{
background-color: #AF22CE;
}
</style>
border-color css
<style>
span { border-color: #AF22CE; }
span { border-color: rgb(175,34,206); }
td.TdClassName
{
border-color: #AF22CE;
}
.TagClassName
{
border-color: #AF22CE;
}
</style>