Shades of Dark Orchid #AF21DB
Tints of Dark Orchid #AF21DB
RGB
CMYK
RGB Variations
Color information
#AF21DB (or 0xAF21DB) is known color: Dark Orchid. HEX triplet: AF, 21 and DB. RGB value is (175,33,219). Sum of RGB (Red+Green+Blue) = 175+33+219=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF21DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21DB is #50DE24. Grayscale: #606060. Windows color (decimal): -5299749 or 14361007. OLE color: 14361007.
HSL color Cylindrical-coordinate representation of color #AF21DB: hue angle of 285.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF21DB is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 33 | 219 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.14 |
| HSL | 285.81º | 0.74% | 0.49% | - |
| HSV(B) | 285.81º | 0.85% | 0.86% | - |
| XYZ | 31.01 | 15.32 | 68.34 | - |
| YUV | 96.66 | 197.04 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 219 | 0.20 | 0.85 | 0 | 0.14 | 285.81 | 0.74 | 0.49 |
| Hex | AF | 21 | DB | 14 | 55 | 0 | E | 11E | 4A | 31 |
| Octal | 257 | 41 | 333 | 24 | 125 | 0 | 16 | 436 | 112 | 61 |
| Binary | 10101111 | 100001 | 11011011 | 10100 | 1010101 | 0 | 1110 | 100011110 | 1001010 | 110001 |
Color Harmonies of #AF21DB
Complementary color
Monochromatic Colors of #AF21DB
Black with #AF21DB
Text Example
Text Example
White with #AF21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF21DB; }
p { color: rgb(175,33,219); }
H1.HeaderClassName
{
color: #AF21DB;
}
.AnyTagClassName
{
color: #AF21DB;
}
</style>
background-color css
<style>
a { background-color: #AF21DB; }
a { background-color: rgb(175,33,219); }
div.DivClassName
{
background-color: #AF21DB;
}
.BgClassName
{
background-color: #AF21DB;
}
</style>
border-color css
<style>
span { border-color: #AF21DB; }
span { border-color: rgb(175,33,219); }
td.TdClassName
{
border-color: #AF21DB;
}
.TagClassName
{
border-color: #AF21DB;
}
</style>