Shades of Dark Orchid #AF31CB
Tints of Dark Orchid #AF31CB
RGB
CMYK
RGB Variations
Color information
#AF31CB (or 0xAF31CB) is known color: Dark Orchid. HEX triplet: AF, 31 and CB. RGB value is (175,49,203). Sum of RGB (Red+Green+Blue) = 175+49+203=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF31CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF31CB is #50CE34. Grayscale: #676767. Windows color (decimal): -5295669 or 13316527. OLE color: 13316527.
HSL color Cylindrical-coordinate representation of color #AF31CB: hue angle of 289.09º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF31CB is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 49 | 203 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.20 |
| HSL | 289.09º | 0.61% | 0.49% | - |
| HSV(B) | 289.09º | 0.76% | 0.8% | - |
| XYZ | 29.56 | 15.62 | 57.96 | - |
| YUV | 104.23 | 183.74 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 203 | 0.14 | 0.76 | 0 | 0.20 | 289.09 | 0.61 | 0.49 |
| Hex | AF | 31 | CB | E | 4C | 0 | 14 | 121 | 3D | 31 |
| Octal | 257 | 61 | 313 | 16 | 114 | 0 | 24 | 441 | 75 | 61 |
| Binary | 10101111 | 110001 | 11001011 | 1110 | 1001100 | 0 | 10100 | 100100001 | 111101 | 110001 |
Color Harmonies of #AF31CB
Complementary color
Monochromatic Colors of #AF31CB
Black with #AF31CB
Text Example
Text Example
White with #AF31CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF31CB; }
p { color: rgb(175,49,203); }
H1.HeaderClassName
{
color: #AF31CB;
}
.AnyTagClassName
{
color: #AF31CB;
}
</style>
background-color css
<style>
a { background-color: #AF31CB; }
a { background-color: rgb(175,49,203); }
div.DivClassName
{
background-color: #AF31CB;
}
.BgClassName
{
background-color: #AF31CB;
}
</style>
border-color css
<style>
span { border-color: #AF31CB; }
span { border-color: rgb(175,49,203); }
td.TdClassName
{
border-color: #AF31CB;
}
.TagClassName
{
border-color: #AF31CB;
}
</style>