Shades of Dark Orchid #AF22DC
Tints of Dark Orchid #AF22DC
RGB
CMYK
RGB Variations
Color information
#AF22DC (or 0xAF22DC) is known color: Dark Orchid. HEX triplet: AF, 22 and DC. RGB value is (175,34,220). Sum of RGB (Red+Green+Blue) = 175+34+220=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 34 (13.67% from 255 or 7.93% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF22DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22DC is #50DD23. Grayscale: #606060. Windows color (decimal): -5299492 or 14426799. OLE color: 14426799.
HSL color Cylindrical-coordinate representation of color #AF22DC: hue angle of 285.48º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF22DC is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 34 | 220 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.14 |
| HSL | 285.48º | 0.73% | 0.5% | - |
| HSV(B) | 285.48º | 0.85% | 0.86% | - |
| XYZ | 31.17 | 15.43 | 69.04 | - |
| YUV | 97.36 | 197.21 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 220 | 0.20 | 0.85 | 0 | 0.14 | 285.48 | 0.73 | 0.5 |
| Hex | AF | 22 | DC | 14 | 55 | 0 | E | 11D | 49 | 32 |
| Octal | 257 | 42 | 334 | 24 | 125 | 0 | 16 | 435 | 111 | 62 |
| Binary | 10101111 | 100010 | 11011100 | 10100 | 1010101 | 0 | 1110 | 100011101 | 1001001 | 110010 |
Color Harmonies of #AF22DC
Complementary color
Monochromatic Colors of #AF22DC
Black with #AF22DC
Text Example
Text Example
White with #AF22DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF22DC; }
p { color: rgb(175,34,220); }
H1.HeaderClassName
{
color: #AF22DC;
}
.AnyTagClassName
{
color: #AF22DC;
}
</style>
background-color css
<style>
a { background-color: #AF22DC; }
a { background-color: rgb(175,34,220); }
div.DivClassName
{
background-color: #AF22DC;
}
.BgClassName
{
background-color: #AF22DC;
}
</style>
border-color css
<style>
span { border-color: #AF22DC; }
span { border-color: rgb(175,34,220); }
td.TdClassName
{
border-color: #AF22DC;
}
.TagClassName
{
border-color: #AF22DC;
}
</style>