Shades of Dark Orchid #AF23B7
Tints of Dark Orchid #AF23B7
RGB
CMYK
RGB Variations
Color information
#AF23B7 (or 0xAF23B7) is known color: Dark Orchid. HEX triplet: AF, 23 and B7. RGB value is (175,35,183). Sum of RGB (Red+Green+Blue) = 175+35+183=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF23B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23B7 is #50DC48. Grayscale: #5D5D5D. Windows color (decimal): -5299273 or 12002223. OLE color: 12002223.
HSL color Cylindrical-coordinate representation of color #AF23B7: hue angle of 296.76º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF23B7 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 35 | 183 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.28 |
| HSL | 296.76º | 0.68% | 0.43% | - |
| HSV(B) | 296.76º | 0.81% | 0.72% | - |
| XYZ | 26.83 | 13.73 | 46.04 | - |
| YUV | 93.73 | 178.38 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 183 | 0.04 | 0.81 | 0 | 0.28 | 296.76 | 0.68 | 0.43 |
| Hex | AF | 23 | B7 | 4 | 51 | 0 | 1C | 129 | 44 | 2B |
| Octal | 257 | 43 | 267 | 4 | 121 | 0 | 34 | 451 | 104 | 53 |
| Binary | 10101111 | 100011 | 10110111 | 100 | 1010001 | 0 | 11100 | 100101001 | 1000100 | 101011 |
Color Harmonies of #AF23B7
Complementary color
Monochromatic Colors of #AF23B7
Black with #AF23B7
Text Example
Text Example
White with #AF23B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF23B7; }
p { color: rgb(175,35,183); }
H1.HeaderClassName
{
color: #AF23B7;
}
.AnyTagClassName
{
color: #AF23B7;
}
</style>
background-color css
<style>
a { background-color: #AF23B7; }
a { background-color: rgb(175,35,183); }
div.DivClassName
{
background-color: #AF23B7;
}
.BgClassName
{
background-color: #AF23B7;
}
</style>
border-color css
<style>
span { border-color: #AF23B7; }
span { border-color: rgb(175,35,183); }
td.TdClassName
{
border-color: #AF23B7;
}
.TagClassName
{
border-color: #AF23B7;
}
</style>