Shades of Dark Orchid #AF37D3
Tints of Dark Orchid #AF37D3
RGB
CMYK
RGB Variations
Color information
#AF37D3 (or 0xAF37D3) is known color: Dark Orchid. HEX triplet: AF, 37 and D3. RGB value is (175,55,211). Sum of RGB (Red+Green+Blue) = 175+55+211=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 211 (82.81% from 255 or 47.85% from 441); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF37D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37D3 is #50C82C. Grayscale: #6C6C6C. Windows color (decimal): -5294125 or 13842351. OLE color: 13842351.
HSL color Cylindrical-coordinate representation of color #AF37D3: hue angle of 286.15º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF37D3 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 55 | 211 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.17 |
| HSL | 286.15º | 0.64% | 0.52% | - |
| HSV(B) | 286.15º | 0.74% | 0.83% | - |
| XYZ | 30.8 | 16.55 | 63.2 | - |
| YUV | 108.66 | 185.76 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 211 | 0.17 | 0.74 | 0 | 0.17 | 286.15 | 0.64 | 0.52 |
| Hex | AF | 37 | D3 | 11 | 4A | 0 | 11 | 11E | 40 | 34 |
| Octal | 257 | 67 | 323 | 21 | 112 | 0 | 21 | 436 | 100 | 64 |
| Binary | 10101111 | 110111 | 11010011 | 10001 | 1001010 | 0 | 10001 | 100011110 | 1000000 | 110100 |
Color Harmonies of #AF37D3
Complementary color
Monochromatic Colors of #AF37D3
Black with #AF37D3
Text Example
Text Example
White with #AF37D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37D3; }
p { color: rgb(175,55,211); }
H1.HeaderClassName
{
color: #AF37D3;
}
.AnyTagClassName
{
color: #AF37D3;
}
</style>
background-color css
<style>
a { background-color: #AF37D3; }
a { background-color: rgb(175,55,211); }
div.DivClassName
{
background-color: #AF37D3;
}
.BgClassName
{
background-color: #AF37D3;
}
</style>
border-color css
<style>
span { border-color: #AF37D3; }
span { border-color: rgb(175,55,211); }
td.TdClassName
{
border-color: #AF37D3;
}
.TagClassName
{
border-color: #AF37D3;
}
</style>