Shades of Medium Orchid #AF41C6
Tints of Medium Orchid #AF41C6
RGB
CMYK
RGB Variations
Color information
#AF41C6 (or 0xAF41C6) is known color: Medium Orchid. HEX triplet: AF, 41 and C6. RGB value is (175,65,198). Sum of RGB (Red+Green+Blue) = 175+65+198=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF41C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41C6 is #50BE39. Grayscale: #707070. Windows color (decimal): -5291578 or 12992943. OLE color: 12992943.
HSL color Cylindrical-coordinate representation of color #AF41C6: hue angle of 289.62º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF41C6 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 65 | 198 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.22 |
| HSL | 289.62º | 0.54% | 0.52% | - |
| HSV(B) | 289.62º | 0.67% | 0.78% | - |
| XYZ | 29.76 | 16.97 | 55.13 | - |
| YUV | 113.05 | 175.94 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 198 | 0.12 | 0.67 | 0 | 0.22 | 289.62 | 0.54 | 0.52 |
| Hex | AF | 41 | C6 | C | 43 | 0 | 16 | 122 | 36 | 34 |
| Octal | 257 | 101 | 306 | 14 | 103 | 0 | 26 | 442 | 66 | 64 |
| Binary | 10101111 | 1000001 | 11000110 | 1100 | 1000011 | 0 | 10110 | 100100010 | 110110 | 110100 |
Color Harmonies of #AF41C6
Complementary color
Monochromatic Colors of #AF41C6
Black with #AF41C6
Text Example
Text Example
White with #AF41C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF41C6; }
p { color: rgb(175,65,198); }
H1.HeaderClassName
{
color: #AF41C6;
}
.AnyTagClassName
{
color: #AF41C6;
}
</style>
background-color css
<style>
a { background-color: #AF41C6; }
a { background-color: rgb(175,65,198); }
div.DivClassName
{
background-color: #AF41C6;
}
.BgClassName
{
background-color: #AF41C6;
}
</style>
border-color css
<style>
span { border-color: #AF41C6; }
span { border-color: rgb(175,65,198); }
td.TdClassName
{
border-color: #AF41C6;
}
.TagClassName
{
border-color: #AF41C6;
}
</style>