Shades of Dark Orchid #AF23AB
Tints of Dark Orchid #AF23AB
RGB
CMYK
RGB Variations
Color information
#AF23AB (or 0xAF23AB) is known color: Dark Orchid. HEX triplet: AF, 23 and AB. RGB value is (175,35,171). Sum of RGB (Red+Green+Blue) = 175+35+171=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF23AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF23AB is #50DC54. Grayscale: #5B5B5B. Windows color (decimal): -5299285 or 11215791. OLE color: 11215791.
HSL color Cylindrical-coordinate representation of color #AF23AB: hue angle of 301.71º 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 #AF23AB is Cyan = 0, Magento = 0.8, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 171 | - |
| CMYK | 0 | 0.8 | 0.02 | 0.31 |
| HSL | 301.71º | 0.67% | 0.41% | - |
| HSV(B) | 301.71º | 0.8% | 0.69% | - |
| XYZ | 25.63 | 13.26 | 39.74 | - |
| YUV | 92.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 171 | 0 | 0.8 | 0.02 | 0.31 | 301.71 | 0.67 | 0.41 |
| Hex | AF | 23 | AB | 0 | 50 | 2 | 1F | 12E | 43 | 29 |
| Octal | 257 | 43 | 253 | 0 | 120 | 2 | 37 | 456 | 103 | 51 |
| Binary | 10101111 | 100011 | 10101011 | 0 | 1010000 | 10 | 11111 | 100101110 | 1000011 | 101001 |
Color Harmonies of #AF23AB
Complementary color
Monochromatic Colors of #AF23AB
Black with #AF23AB
Text Example
Text Example
White with #AF23AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF23AB; }
p { color: rgb(175,35,171); }
H1.HeaderClassName
{
color: #AF23AB;
}
.AnyTagClassName
{
color: #AF23AB;
}
</style>
background-color css
<style>
a { background-color: #AF23AB; }
a { background-color: rgb(175,35,171); }
div.DivClassName
{
background-color: #AF23AB;
}
.BgClassName
{
background-color: #AF23AB;
}
</style>
border-color css
<style>
span { border-color: #AF23AB; }
span { border-color: rgb(175,35,171); }
td.TdClassName
{
border-color: #AF23AB;
}
.TagClassName
{
border-color: #AF23AB;
}
</style>