Shades of Dark Orchid #AF23AD
Tints of Dark Orchid #AF23AD
RGB
CMYK
RGB Variations
Color information
#AF23AD (or 0xAF23AD) is known color: Dark Orchid. HEX triplet: AF, 23 and AD. RGB value is (175,35,173). Sum of RGB (Red+Green+Blue) = 175+35+173=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF23AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF23AD is #50DC52. Grayscale: #5C5C5C. Windows color (decimal): -5299283 or 11346863. OLE color: 11346863.
HSL color Cylindrical-coordinate representation of color #AF23AD: hue angle of 300.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF23AD is Cyan = 0, Magento = 0.8, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 173 | - |
| CMYK | 0 | 0.8 | 0.01 | 0.31 |
| HSL | 300.86º | 0.67% | 0.41% | - |
| HSV(B) | 300.86º | 0.8% | 0.69% | - |
| XYZ | 25.82 | 13.33 | 40.75 | - |
| YUV | 92.59 | 173.38 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 173 | 0 | 0.8 | 0.01 | 0.31 | 300.86 | 0.67 | 0.41 |
| Hex | AF | 23 | AD | 0 | 50 | 1 | 1F | 12D | 43 | 29 |
| Octal | 257 | 43 | 255 | 0 | 120 | 1 | 37 | 455 | 103 | 51 |
| Binary | 10101111 | 100011 | 10101101 | 0 | 1010000 | 1 | 11111 | 100101101 | 1000011 | 101001 |
Color Harmonies of #AF23AD
Complementary color
Monochromatic Colors of #AF23AD
Black with #AF23AD
Text Example
Text Example
White with #AF23AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF23AD; }
p { color: rgb(175,35,173); }
H1.HeaderClassName
{
color: #AF23AD;
}
.AnyTagClassName
{
color: #AF23AD;
}
</style>
background-color css
<style>
a { background-color: #AF23AD; }
a { background-color: rgb(175,35,173); }
div.DivClassName
{
background-color: #AF23AD;
}
.BgClassName
{
background-color: #AF23AD;
}
</style>
border-color css
<style>
span { border-color: #AF23AD; }
span { border-color: rgb(175,35,173); }
td.TdClassName
{
border-color: #AF23AD;
}
.TagClassName
{
border-color: #AF23AD;
}
</style>