Shades of Dark Orchid #AF31BC
Tints of Dark Orchid #AF31BC
RGB
CMYK
RGB Variations
Color information
#AF31BC (or 0xAF31BC) is known color: Dark Orchid. HEX triplet: AF, 31 and BC. RGB value is (175,49,188). Sum of RGB (Red+Green+Blue) = 175+49+188=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF31BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF31BC is #50CE43. Grayscale: #666666. Windows color (decimal): -5295684 or 12333487. OLE color: 12333487.
HSL color Cylindrical-coordinate representation of color #AF31BC: hue angle of 294.39º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF31BC is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 49 | 188 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.26 |
| HSL | 294.39º | 0.59% | 0.46% | - |
| HSV(B) | 294.39º | 0.74% | 0.74% | - |
| XYZ | 27.85 | 14.94 | 48.99 | - |
| YUV | 102.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 188 | 0.07 | 0.74 | 0 | 0.26 | 294.39 | 0.59 | 0.46 |
| Hex | AF | 31 | BC | 7 | 4A | 0 | 1A | 126 | 3B | 2E |
| Octal | 257 | 61 | 274 | 7 | 112 | 0 | 32 | 446 | 73 | 56 |
| Binary | 10101111 | 110001 | 10111100 | 111 | 1001010 | 0 | 11010 | 100100110 | 111011 | 101110 |
Color Harmonies of #AF31BC
Complementary color
Monochromatic Colors of #AF31BC
Black with #AF31BC
Text Example
Text Example
White with #AF31BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF31BC; }
p { color: rgb(175,49,188); }
H1.HeaderClassName
{
color: #AF31BC;
}
.AnyTagClassName
{
color: #AF31BC;
}
</style>
background-color css
<style>
a { background-color: #AF31BC; }
a { background-color: rgb(175,49,188); }
div.DivClassName
{
background-color: #AF31BC;
}
.BgClassName
{
background-color: #AF31BC;
}
</style>
border-color css
<style>
span { border-color: #AF31BC; }
span { border-color: rgb(175,49,188); }
td.TdClassName
{
border-color: #AF31BC;
}
.TagClassName
{
border-color: #AF31BC;
}
</style>