Shades of Dark Orchid #AF23DB
Tints of Dark Orchid #AF23DB
RGB
CMYK
RGB Variations
Color information
#AF23DB (or 0xAF23DB) is known color: Dark Orchid. HEX triplet: AF, 23 and DB. RGB value is (175,35,219). Sum of RGB (Red+Green+Blue) = 175+35+219=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF23DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23DB is #50DC24. Grayscale: #616161. Windows color (decimal): -5299237 or 14361519. OLE color: 14361519.
HSL color Cylindrical-coordinate representation of color #AF23DB: hue angle of 285.65º degrees, saturation: 0.72, 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 #AF23DB is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 35 | 219 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.14 |
| HSL | 285.65º | 0.72% | 0.5% | - |
| HSV(B) | 285.65º | 0.84% | 0.86% | - |
| XYZ | 31.07 | 15.43 | 68.36 | - |
| YUV | 97.84 | 196.38 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 219 | 0.20 | 0.84 | 0 | 0.14 | 285.65 | 0.72 | 0.5 |
| Hex | AF | 23 | DB | 14 | 54 | 0 | E | 11E | 48 | 32 |
| Octal | 257 | 43 | 333 | 24 | 124 | 0 | 16 | 436 | 110 | 62 |
| Binary | 10101111 | 100011 | 11011011 | 10100 | 1010100 | 0 | 1110 | 100011110 | 1001000 | 110010 |
Color Harmonies of #AF23DB
Complementary color
Monochromatic Colors of #AF23DB
Black with #AF23DB
Text Example
Text Example
White with #AF23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF23DB; }
p { color: rgb(175,35,219); }
H1.HeaderClassName
{
color: #AF23DB;
}
.AnyTagClassName
{
color: #AF23DB;
}
</style>
background-color css
<style>
a { background-color: #AF23DB; }
a { background-color: rgb(175,35,219); }
div.DivClassName
{
background-color: #AF23DB;
}
.BgClassName
{
background-color: #AF23DB;
}
</style>
border-color css
<style>
span { border-color: #AF23DB; }
span { border-color: rgb(175,35,219); }
td.TdClassName
{
border-color: #AF23DB;
}
.TagClassName
{
border-color: #AF23DB;
}
</style>