Shades of Dark Orchid #AF23AF
Tints of Dark Orchid #AF23AF
RGB
CMYK
RGB Variations
Color information
#AF23AF (or 0xAF23AF) is known color: Dark Orchid. HEX triplet: AF, 23 and AF. RGB value is (175,35,175). Sum of RGB (Red+Green+Blue) = 175+35+175=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF23AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF23AF is #50DC50. Grayscale: #5C5C5C. Windows color (decimal): -5299281 or 11477935. OLE color: 11477935.
HSL color Cylindrical-coordinate representation of color #AF23AF: hue angle of 300º 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 #AF23AF is Cyan = 0, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 175 | - |
| CMYK | 0 | 0.8 | 0 | 0.31 |
| HSL | 300º | 0.67% | 0.41% | - |
| HSV(B) | 300º | 0.8% | 0.69% | - |
| XYZ | 26.02 | 13.41 | 41.77 | - |
| YUV | 92.82 | 174.38 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 175 | 0 | 0.8 | 0 | 0.31 | 300 | 0.67 | 0.41 |
| Hex | AF | 23 | AF | 0 | 50 | 0 | 1F | 12C | 43 | 29 |
| Octal | 257 | 43 | 257 | 0 | 120 | 0 | 37 | 454 | 103 | 51 |
| Binary | 10101111 | 100011 | 10101111 | 0 | 1010000 | 0 | 11111 | 100101100 | 1000011 | 101001 |
Color Harmonies of #AF23AF
Complementary color
Monochromatic Colors of #AF23AF
Black with #AF23AF
Text Example
Text Example
White with #AF23AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF23AF; }
p { color: rgb(175,35,175); }
H1.HeaderClassName
{
color: #AF23AF;
}
.AnyTagClassName
{
color: #AF23AF;
}
</style>
background-color css
<style>
a { background-color: #AF23AF; }
a { background-color: rgb(175,35,175); }
div.DivClassName
{
background-color: #AF23AF;
}
.BgClassName
{
background-color: #AF23AF;
}
</style>
border-color css
<style>
span { border-color: #AF23AF; }
span { border-color: rgb(175,35,175); }
td.TdClassName
{
border-color: #AF23AF;
}
.TagClassName
{
border-color: #AF23AF;
}
</style>