Shades of Dark Orchid #AF37C7
Tints of Dark Orchid #AF37C7
RGB
CMYK
RGB Variations
Color information
#AF37C7 (or 0xAF37C7) is known color: Dark Orchid. HEX triplet: AF, 37 and C7. RGB value is (175,55,199). Sum of RGB (Red+Green+Blue) = 175+55+199=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF37C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37C7 is #50C838. Grayscale: #6A6A6A. Windows color (decimal): -5294137 or 13055919. OLE color: 13055919.
HSL color Cylindrical-coordinate representation of color #AF37C7: hue angle of 290º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF37C7 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 55 | 199 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.22 |
| HSL | 290º | 0.57% | 0.5% | - |
| HSV(B) | 290º | 0.72% | 0.78% | - |
| XYZ | 29.35 | 15.97 | 55.57 | - |
| YUV | 107.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 199 | 0.12 | 0.72 | 0 | 0.22 | 290 | 0.57 | 0.5 |
| Hex | AF | 37 | C7 | C | 48 | 0 | 16 | 122 | 39 | 32 |
| Octal | 257 | 67 | 307 | 14 | 110 | 0 | 26 | 442 | 71 | 62 |
| Binary | 10101111 | 110111 | 11000111 | 1100 | 1001000 | 0 | 10110 | 100100010 | 111001 | 110010 |
Color Harmonies of #AF37C7
Complementary color
Monochromatic Colors of #AF37C7
Black with #AF37C7
Text Example
Text Example
White with #AF37C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37C7; }
p { color: rgb(175,55,199); }
H1.HeaderClassName
{
color: #AF37C7;
}
.AnyTagClassName
{
color: #AF37C7;
}
</style>
background-color css
<style>
a { background-color: #AF37C7; }
a { background-color: rgb(175,55,199); }
div.DivClassName
{
background-color: #AF37C7;
}
.BgClassName
{
background-color: #AF37C7;
}
</style>
border-color css
<style>
span { border-color: #AF37C7; }
span { border-color: rgb(175,55,199); }
td.TdClassName
{
border-color: #AF37C7;
}
.TagClassName
{
border-color: #AF37C7;
}
</style>