Shades of Dark Orchid #AF37C0
Tints of Dark Orchid #AF37C0
RGB
CMYK
RGB Variations
Color information
#AF37C0 (or 0xAF37C0) is known color: Dark Orchid. HEX triplet: AF, 37 and C0. RGB value is (175,55,192). Sum of RGB (Red+Green+Blue) = 175+55+192=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF37C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37C0 is #50C83F. Grayscale: #6A6A6A. Windows color (decimal): -5294144 or 12597167. OLE color: 12597167.
HSL color Cylindrical-coordinate representation of color #AF37C0: hue angle of 292.55º 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 #AF37C0 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 55 | 192 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.25 |
| HSL | 292.55º | 0.55% | 0.48% | - |
| HSV(B) | 292.55º | 0.71% | 0.75% | - |
| XYZ | 28.56 | 15.65 | 51.39 | - |
| YUV | 106.5 | 176.26 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 192 | 0.09 | 0.71 | 0 | 0.25 | 292.55 | 0.55 | 0.48 |
| Hex | AF | 37 | C0 | 9 | 47 | 0 | 19 | 125 | 37 | 30 |
| Octal | 257 | 67 | 300 | 11 | 107 | 0 | 31 | 445 | 67 | 60 |
| Binary | 10101111 | 110111 | 11000000 | 1001 | 1000111 | 0 | 11001 | 100100101 | 110111 | 110000 |
Color Harmonies of #AF37C0
Complementary color
Monochromatic Colors of #AF37C0
Black with #AF37C0
Text Example
Text Example
White with #AF37C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37C0; }
p { color: rgb(175,55,192); }
H1.HeaderClassName
{
color: #AF37C0;
}
.AnyTagClassName
{
color: #AF37C0;
}
</style>
background-color css
<style>
a { background-color: #AF37C0; }
a { background-color: rgb(175,55,192); }
div.DivClassName
{
background-color: #AF37C0;
}
.BgClassName
{
background-color: #AF37C0;
}
</style>
border-color css
<style>
span { border-color: #AF37C0; }
span { border-color: rgb(175,55,192); }
td.TdClassName
{
border-color: #AF37C0;
}
.TagClassName
{
border-color: #AF37C0;
}
</style>