Shades of Dark Orchid #AF22D6
Tints of Dark Orchid #AF22D6
RGB
CMYK
RGB Variations
Color information
#AF22D6 (or 0xAF22D6) is known color: Dark Orchid. HEX triplet: AF, 22 and D6. RGB value is (175,34,214). Sum of RGB (Red+Green+Blue) = 175+34+214=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF22D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22D6 is #50DD29. Grayscale: #606060. Windows color (decimal): -5299498 or 14033583. OLE color: 14033583.
HSL color Cylindrical-coordinate representation of color #AF22D6: hue angle of 287º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF22D6 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 34 | 214 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.16 |
| HSL | 287º | 0.73% | 0.49% | - |
| HSV(B) | 287º | 0.84% | 0.84% | - |
| XYZ | 30.39 | 15.11 | 64.93 | - |
| YUV | 96.68 | 194.21 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 214 | 0.18 | 0.84 | 0 | 0.16 | 287 | 0.73 | 0.49 |
| Hex | AF | 22 | D6 | 12 | 54 | 0 | 10 | 11F | 49 | 31 |
| Octal | 257 | 42 | 326 | 22 | 124 | 0 | 20 | 437 | 111 | 61 |
| Binary | 10101111 | 100010 | 11010110 | 10010 | 1010100 | 0 | 10000 | 100011111 | 1001001 | 110001 |
Color Harmonies of #AF22D6
Complementary color
Monochromatic Colors of #AF22D6
Black with #AF22D6
Text Example
Text Example
White with #AF22D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF22D6; }
p { color: rgb(175,34,214); }
H1.HeaderClassName
{
color: #AF22D6;
}
.AnyTagClassName
{
color: #AF22D6;
}
</style>
background-color css
<style>
a { background-color: #AF22D6; }
a { background-color: rgb(175,34,214); }
div.DivClassName
{
background-color: #AF22D6;
}
.BgClassName
{
background-color: #AF22D6;
}
</style>
border-color css
<style>
span { border-color: #AF22D6; }
span { border-color: rgb(175,34,214); }
td.TdClassName
{
border-color: #AF22D6;
}
.TagClassName
{
border-color: #AF22D6;
}
</style>