Shades of Medium Orchid #AF41C9
Tints of Medium Orchid #AF41C9
RGB
CMYK
RGB Variations
Color information
#AF41C9 (or 0xAF41C9) is known color: Medium Orchid. HEX triplet: AF, 41 and C9. RGB value is (175,65,201). Sum of RGB (Red+Green+Blue) = 175+65+201=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF41C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41C9 is #50BE36. Grayscale: #707070. Windows color (decimal): -5291575 or 13189551. OLE color: 13189551.
HSL color Cylindrical-coordinate representation of color #AF41C9: hue angle of 288.53º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF41C9 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 65 | 201 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.21 |
| HSL | 288.53º | 0.56% | 0.52% | - |
| HSV(B) | 288.53º | 0.68% | 0.79% | - |
| XYZ | 30.11 | 17.11 | 56.97 | - |
| YUV | 113.39 | 177.44 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 201 | 0.13 | 0.68 | 0 | 0.21 | 288.53 | 0.56 | 0.52 |
| Hex | AF | 41 | C9 | D | 44 | 0 | 15 | 121 | 38 | 34 |
| Octal | 257 | 101 | 311 | 15 | 104 | 0 | 25 | 441 | 70 | 64 |
| Binary | 10101111 | 1000001 | 11001001 | 1101 | 1000100 | 0 | 10101 | 100100001 | 111000 | 110100 |
Color Harmonies of #AF41C9
Complementary color
Monochromatic Colors of #AF41C9
Black with #AF41C9
Text Example
Text Example
White with #AF41C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF41C9; }
p { color: rgb(175,65,201); }
H1.HeaderClassName
{
color: #AF41C9;
}
.AnyTagClassName
{
color: #AF41C9;
}
</style>
background-color css
<style>
a { background-color: #AF41C9; }
a { background-color: rgb(175,65,201); }
div.DivClassName
{
background-color: #AF41C9;
}
.BgClassName
{
background-color: #AF41C9;
}
</style>
border-color css
<style>
span { border-color: #AF41C9; }
span { border-color: rgb(175,65,201); }
td.TdClassName
{
border-color: #AF41C9;
}
.TagClassName
{
border-color: #AF41C9;
}
</style>