Shades of Dark Orchid #AF31C3
Tints of Dark Orchid #AF31C3
RGB
CMYK
RGB Variations
Color information
#AF31C3 (or 0xAF31C3) is known color: Dark Orchid. HEX triplet: AF, 31 and C3. RGB value is (175,49,195). Sum of RGB (Red+Green+Blue) = 175+49+195=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF31C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF31C3 is #50CE3C. Grayscale: #666666. Windows color (decimal): -5295677 or 12792239. OLE color: 12792239.
HSL color Cylindrical-coordinate representation of color #AF31C3: hue angle of 291.78º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF31C3 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 49 | 195 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.24 |
| HSL | 291.78º | 0.6% | 0.48% | - |
| HSV(B) | 291.78º | 0.75% | 0.76% | - |
| XYZ | 28.63 | 15.25 | 53.06 | - |
| YUV | 103.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 195 | 0.10 | 0.75 | 0 | 0.24 | 291.78 | 0.6 | 0.48 |
| Hex | AF | 31 | C3 | A | 4B | 0 | 18 | 124 | 3C | 30 |
| Octal | 257 | 61 | 303 | 12 | 113 | 0 | 30 | 444 | 74 | 60 |
| Binary | 10101111 | 110001 | 11000011 | 1010 | 1001011 | 0 | 11000 | 100100100 | 111100 | 110000 |
Color Harmonies of #AF31C3
Complementary color
Monochromatic Colors of #AF31C3
Black with #AF31C3
Text Example
Text Example
White with #AF31C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF31C3; }
p { color: rgb(175,49,195); }
H1.HeaderClassName
{
color: #AF31C3;
}
.AnyTagClassName
{
color: #AF31C3;
}
</style>
background-color css
<style>
a { background-color: #AF31C3; }
a { background-color: rgb(175,49,195); }
div.DivClassName
{
background-color: #AF31C3;
}
.BgClassName
{
background-color: #AF31C3;
}
</style>
border-color css
<style>
span { border-color: #AF31C3; }
span { border-color: rgb(175,49,195); }
td.TdClassName
{
border-color: #AF31C3;
}
.TagClassName
{
border-color: #AF31C3;
}
</style>