Shades of Medium Orchid #AF4FC1
Tints of Medium Orchid #AF4FC1
RGB
CMYK
RGB Variations
Color information
#AF4FC1 (or 0xAF4FC1) is known color: Medium Orchid. HEX triplet: AF, 4F and C1. RGB value is (175,79,193). Sum of RGB (Red+Green+Blue) = 175+79+193=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF4FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FC1 is #50B03E. Grayscale: #787878. Windows color (decimal): -5287999 or 12668847. OLE color: 12668847.
HSL color Cylindrical-coordinate representation of color #AF4FC1: hue angle of 290.53º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF4FC1 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 79 | 193 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.24 |
| HSL | 290.53º | 0.48% | 0.53% | - |
| HSV(B) | 290.53º | 0.59% | 0.76% | - |
| XYZ | 30.1 | 18.56 | 52.45 | - |
| YUV | 120.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 193 | 0.09 | 0.59 | 0 | 0.24 | 290.53 | 0.48 | 0.53 |
| Hex | AF | 4F | C1 | 9 | 3B | 0 | 18 | 123 | 30 | 35 |
| Octal | 257 | 117 | 301 | 11 | 73 | 0 | 30 | 443 | 60 | 65 |
| Binary | 10101111 | 1001111 | 11000001 | 1001 | 111011 | 0 | 11000 | 100100011 | 110000 | 110101 |
Color Harmonies of #AF4FC1
Complementary color
Monochromatic Colors of #AF4FC1
Black with #AF4FC1
Text Example
Text Example
White with #AF4FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FC1; }
p { color: rgb(175,79,193); }
H1.HeaderClassName
{
color: #AF4FC1;
}
.AnyTagClassName
{
color: #AF4FC1;
}
</style>
background-color css
<style>
a { background-color: #AF4FC1; }
a { background-color: rgb(175,79,193); }
div.DivClassName
{
background-color: #AF4FC1;
}
.BgClassName
{
background-color: #AF4FC1;
}
</style>
border-color css
<style>
span { border-color: #AF4FC1; }
span { border-color: rgb(175,79,193); }
td.TdClassName
{
border-color: #AF4FC1;
}
.TagClassName
{
border-color: #AF4FC1;
}
</style>