Shades of Dark Orchid #AF37CC
Tints of Dark Orchid #AF37CC
RGB
CMYK
RGB Variations
Color information
#AF37CC (or 0xAF37CC) is known color: Dark Orchid. HEX triplet: AF, 37 and CC. RGB value is (175,55,204). Sum of RGB (Red+Green+Blue) = 175+55+204=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF37CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37CC is #50C833. Grayscale: #6B6B6B. Windows color (decimal): -5294132 or 13383599. OLE color: 13383599.
HSL color Cylindrical-coordinate representation of color #AF37CC: hue angle of 288.32º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF37CC is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 55 | 204 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.2 |
| HSL | 288.32º | 0.59% | 0.51% | - |
| HSV(B) | 288.32º | 0.73% | 0.8% | - |
| XYZ | 29.94 | 16.21 | 58.68 | - |
| YUV | 107.87 | 182.26 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 204 | 0.14 | 0.73 | 0 | 0.2 | 288.32 | 0.59 | 0.51 |
| Hex | AF | 37 | CC | E | 49 | 0 | 14 | 120 | 3B | 33 |
| Octal | 257 | 67 | 314 | 16 | 111 | 0 | 24 | 440 | 73 | 63 |
| Binary | 10101111 | 110111 | 11001100 | 1110 | 1001001 | 0 | 10100 | 100100000 | 111011 | 110011 |
Color Harmonies of #AF37CC
Complementary color
Monochromatic Colors of #AF37CC
Black with #AF37CC
Text Example
Text Example
White with #AF37CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37CC; }
p { color: rgb(175,55,204); }
H1.HeaderClassName
{
color: #AF37CC;
}
.AnyTagClassName
{
color: #AF37CC;
}
</style>
background-color css
<style>
a { background-color: #AF37CC; }
a { background-color: rgb(175,55,204); }
div.DivClassName
{
background-color: #AF37CC;
}
.BgClassName
{
background-color: #AF37CC;
}
</style>
border-color css
<style>
span { border-color: #AF37CC; }
span { border-color: rgb(175,55,204); }
td.TdClassName
{
border-color: #AF37CC;
}
.TagClassName
{
border-color: #AF37CC;
}
</style>