Shades of Dark Orchid #AF23D9
Tints of Dark Orchid #AF23D9
RGB
CMYK
RGB Variations
Color information
#AF23D9 (or 0xAF23D9) is known color: Dark Orchid. HEX triplet: AF, 23 and D9. RGB value is (175,35,217). Sum of RGB (Red+Green+Blue) = 175+35+217=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF23D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23D9 is #50DC26. Grayscale: #616161. Windows color (decimal): -5299239 or 14230447. OLE color: 14230447.
HSL color Cylindrical-coordinate representation of color #AF23D9: hue angle of 286.15º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF23D9 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 35 | 217 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.15 |
| HSL | 286.15º | 0.72% | 0.49% | - |
| HSV(B) | 286.15º | 0.84% | 0.85% | - |
| XYZ | 30.8 | 15.33 | 66.98 | - |
| YUV | 97.61 | 195.38 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 217 | 0.19 | 0.84 | 0 | 0.15 | 286.15 | 0.72 | 0.49 |
| Hex | AF | 23 | D9 | 13 | 54 | 0 | F | 11E | 48 | 31 |
| Octal | 257 | 43 | 331 | 23 | 124 | 0 | 17 | 436 | 110 | 61 |
| Binary | 10101111 | 100011 | 11011001 | 10011 | 1010100 | 0 | 1111 | 100011110 | 1001000 | 110001 |
Color Harmonies of #AF23D9
Complementary color
Monochromatic Colors of #AF23D9
Black with #AF23D9
Text Example
Text Example
White with #AF23D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF23D9; }
p { color: rgb(175,35,217); }
H1.HeaderClassName
{
color: #AF23D9;
}
.AnyTagClassName
{
color: #AF23D9;
}
</style>
background-color css
<style>
a { background-color: #AF23D9; }
a { background-color: rgb(175,35,217); }
div.DivClassName
{
background-color: #AF23D9;
}
.BgClassName
{
background-color: #AF23D9;
}
</style>
border-color css
<style>
span { border-color: #AF23D9; }
span { border-color: rgb(175,35,217); }
td.TdClassName
{
border-color: #AF23D9;
}
.TagClassName
{
border-color: #AF23D9;
}
</style>