Shades of Dark Orchid #AF22DB
Tints of Dark Orchid #AF22DB
RGB
CMYK
RGB Variations
Color information
#AF22DB (or 0xAF22DB) is known color: Dark Orchid. HEX triplet: AF, 22 and DB. RGB value is (175,34,219). Sum of RGB (Red+Green+Blue) = 175+34+219=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 34 (13.67% from 255 or 7.94% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF22DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22DB is #50DD24. Grayscale: #606060. Windows color (decimal): -5299493 or 14361263. OLE color: 14361263.
HSL color Cylindrical-coordinate representation of color #AF22DB: hue angle of 285.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF22DB is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 34 | 219 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.14 |
| HSL | 285.73º | 0.73% | 0.5% | - |
| HSV(B) | 285.73º | 0.84% | 0.86% | - |
| XYZ | 31.04 | 15.37 | 68.35 | - |
| YUV | 97.25 | 196.71 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 219 | 0.20 | 0.84 | 0 | 0.14 | 285.73 | 0.73 | 0.5 |
| Hex | AF | 22 | DB | 14 | 54 | 0 | E | 11E | 49 | 32 |
| Octal | 257 | 42 | 333 | 24 | 124 | 0 | 16 | 436 | 111 | 62 |
| Binary | 10101111 | 100010 | 11011011 | 10100 | 1010100 | 0 | 1110 | 100011110 | 1001001 | 110010 |
Color Harmonies of #AF22DB
Complementary color
Monochromatic Colors of #AF22DB
Black with #AF22DB
Text Example
Text Example
White with #AF22DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF22DB; }
p { color: rgb(175,34,219); }
H1.HeaderClassName
{
color: #AF22DB;
}
.AnyTagClassName
{
color: #AF22DB;
}
</style>
background-color css
<style>
a { background-color: #AF22DB; }
a { background-color: rgb(175,34,219); }
div.DivClassName
{
background-color: #AF22DB;
}
.BgClassName
{
background-color: #AF22DB;
}
</style>
border-color css
<style>
span { border-color: #AF22DB; }
span { border-color: rgb(175,34,219); }
td.TdClassName
{
border-color: #AF22DB;
}
.TagClassName
{
border-color: #AF22DB;
}
</style>