Shades of Dark Orchid #AF23D8
Tints of Dark Orchid #AF23D8
RGB
CMYK
RGB Variations
Color information
#AF23D8 (or 0xAF23D8) is known color: Dark Orchid. HEX triplet: AF, 23 and D8. RGB value is (175,35,216). Sum of RGB (Red+Green+Blue) = 175+35+216=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF23D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23D8 is #50DC27. Grayscale: #606060. Windows color (decimal): -5299240 or 14164911. OLE color: 14164911.
HSL color Cylindrical-coordinate representation of color #AF23D8: hue angle of 286.41º 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 #AF23D8 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 35 | 216 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.15 |
| HSL | 286.41º | 0.72% | 0.49% | - |
| HSV(B) | 286.41º | 0.84% | 0.85% | - |
| XYZ | 30.67 | 15.27 | 66.3 | - |
| YUV | 97.49 | 194.88 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 216 | 0.19 | 0.84 | 0 | 0.15 | 286.41 | 0.72 | 0.49 |
| Hex | AF | 23 | D8 | 13 | 54 | 0 | F | 11E | 48 | 31 |
| Octal | 257 | 43 | 330 | 23 | 124 | 0 | 17 | 436 | 110 | 61 |
| Binary | 10101111 | 100011 | 11011000 | 10011 | 1010100 | 0 | 1111 | 100011110 | 1001000 | 110001 |
Color Harmonies of #AF23D8
Complementary color
Monochromatic Colors of #AF23D8
Black with #AF23D8
Text Example
Text Example
White with #AF23D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF23D8; }
p { color: rgb(175,35,216); }
H1.HeaderClassName
{
color: #AF23D8;
}
.AnyTagClassName
{
color: #AF23D8;
}
</style>
background-color css
<style>
a { background-color: #AF23D8; }
a { background-color: rgb(175,35,216); }
div.DivClassName
{
background-color: #AF23D8;
}
.BgClassName
{
background-color: #AF23D8;
}
</style>
border-color css
<style>
span { border-color: #AF23D8; }
span { border-color: rgb(175,35,216); }
td.TdClassName
{
border-color: #AF23D8;
}
.TagClassName
{
border-color: #AF23D8;
}
</style>