Shades of Dark Orchid #AF23BE
Tints of Dark Orchid #AF23BE
RGB
CMYK
RGB Variations
Color information
#AF23BE (or 0xAF23BE) is known color: Dark Orchid. HEX triplet: AF, 23 and BE. RGB value is (175,35,190). Sum of RGB (Red+Green+Blue) = 175+35+190=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF23BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23BE is #50DC41. Grayscale: #5E5E5E. Windows color (decimal): -5299266 or 12460975. OLE color: 12460975.
HSL color Cylindrical-coordinate representation of color #AF23BE: hue angle of 294.19º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF23BE is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 35 | 190 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.25 |
| HSL | 294.19º | 0.69% | 0.44% | - |
| HSV(B) | 294.19º | 0.82% | 0.75% | - |
| XYZ | 27.57 | 14.03 | 49.97 | - |
| YUV | 94.53 | 181.88 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 190 | 0.08 | 0.82 | 0 | 0.25 | 294.19 | 0.69 | 0.44 |
| Hex | AF | 23 | BE | 8 | 52 | 0 | 19 | 126 | 45 | 2C |
| Octal | 257 | 43 | 276 | 10 | 122 | 0 | 31 | 446 | 105 | 54 |
| Binary | 10101111 | 100011 | 10111110 | 1000 | 1010010 | 0 | 11001 | 100100110 | 1000101 | 101100 |
Color Harmonies of #AF23BE
Complementary color
Monochromatic Colors of #AF23BE
Black with #AF23BE
Text Example
Text Example
White with #AF23BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF23BE; }
p { color: rgb(175,35,190); }
H1.HeaderClassName
{
color: #AF23BE;
}
.AnyTagClassName
{
color: #AF23BE;
}
</style>
background-color css
<style>
a { background-color: #AF23BE; }
a { background-color: rgb(175,35,190); }
div.DivClassName
{
background-color: #AF23BE;
}
.BgClassName
{
background-color: #AF23BE;
}
</style>
border-color css
<style>
span { border-color: #AF23BE; }
span { border-color: rgb(175,35,190); }
td.TdClassName
{
border-color: #AF23BE;
}
.TagClassName
{
border-color: #AF23BE;
}
</style>