Shades of Dark Orchid #AF37BE
Tints of Dark Orchid #AF37BE
RGB
CMYK
RGB Variations
Color information
#AF37BE (or 0xAF37BE) is known color: Dark Orchid. HEX triplet: AF, 37 and BE. RGB value is (175,55,190). Sum of RGB (Red+Green+Blue) = 175+55+190=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF37BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37BE is #50C841. Grayscale: #696969. Windows color (decimal): -5294146 or 12466095. OLE color: 12466095.
HSL color Cylindrical-coordinate representation of color #AF37BE: hue angle of 293.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF37BE is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 55 | 190 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.25 |
| HSL | 293.33º | 0.55% | 0.48% | - |
| HSV(B) | 293.33º | 0.71% | 0.75% | - |
| XYZ | 28.34 | 15.56 | 50.23 | - |
| YUV | 106.27 | 175.26 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 190 | 0.08 | 0.71 | 0 | 0.25 | 293.33 | 0.55 | 0.48 |
| Hex | AF | 37 | BE | 8 | 47 | 0 | 19 | 125 | 37 | 30 |
| Octal | 257 | 67 | 276 | 10 | 107 | 0 | 31 | 445 | 67 | 60 |
| Binary | 10101111 | 110111 | 10111110 | 1000 | 1000111 | 0 | 11001 | 100100101 | 110111 | 110000 |
Color Harmonies of #AF37BE
Complementary color
Monochromatic Colors of #AF37BE
Black with #AF37BE
Text Example
Text Example
White with #AF37BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37BE; }
p { color: rgb(175,55,190); }
H1.HeaderClassName
{
color: #AF37BE;
}
.AnyTagClassName
{
color: #AF37BE;
}
</style>
background-color css
<style>
a { background-color: #AF37BE; }
a { background-color: rgb(175,55,190); }
div.DivClassName
{
background-color: #AF37BE;
}
.BgClassName
{
background-color: #AF37BE;
}
</style>
border-color css
<style>
span { border-color: #AF37BE; }
span { border-color: rgb(175,55,190); }
td.TdClassName
{
border-color: #AF37BE;
}
.TagClassName
{
border-color: #AF37BE;
}
</style>