Shades of Medium Orchid #AF4FC2
Tints of Medium Orchid #AF4FC2
RGB
CMYK
RGB Variations
Color information
#AF4FC2 (or 0xAF4FC2) is known color: Medium Orchid. HEX triplet: AF, 4F and C2. RGB value is (175,79,194). Sum of RGB (Red+Green+Blue) = 175+79+194=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF4FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FC2 is #50B03D. Grayscale: #787878. Windows color (decimal): -5287998 or 12734383. OLE color: 12734383.
HSL color Cylindrical-coordinate representation of color #AF4FC2: hue angle of 290.09º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF4FC2 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 79 | 194 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.24 |
| HSL | 290.09º | 0.49% | 0.54% | - |
| HSV(B) | 290.09º | 0.59% | 0.76% | - |
| XYZ | 30.21 | 18.6 | 53.04 | - |
| YUV | 120.81 | 169.3 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 194 | 0.10 | 0.59 | 0 | 0.24 | 290.09 | 0.49 | 0.54 |
| Hex | AF | 4F | C2 | A | 3B | 0 | 18 | 122 | 31 | 36 |
| Octal | 257 | 117 | 302 | 12 | 73 | 0 | 30 | 442 | 61 | 66 |
| Binary | 10101111 | 1001111 | 11000010 | 1010 | 111011 | 0 | 11000 | 100100010 | 110001 | 110110 |
Color Harmonies of #AF4FC2
Complementary color
Monochromatic Colors of #AF4FC2
Black with #AF4FC2
Text Example
Text Example
White with #AF4FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FC2; }
p { color: rgb(175,79,194); }
H1.HeaderClassName
{
color: #AF4FC2;
}
.AnyTagClassName
{
color: #AF4FC2;
}
</style>
background-color css
<style>
a { background-color: #AF4FC2; }
a { background-color: rgb(175,79,194); }
div.DivClassName
{
background-color: #AF4FC2;
}
.BgClassName
{
background-color: #AF4FC2;
}
</style>
border-color css
<style>
span { border-color: #AF4FC2; }
span { border-color: rgb(175,79,194); }
td.TdClassName
{
border-color: #AF4FC2;
}
.TagClassName
{
border-color: #AF4FC2;
}
</style>