Shades of Medium Orchid #AF4DC4
Tints of Medium Orchid #AF4DC4
RGB
CMYK
RGB Variations
Color information
#AF4DC4 (or 0xAF4DC4) is known color: Medium Orchid. HEX triplet: AF, 4D and C4. RGB value is (175,77,196). Sum of RGB (Red+Green+Blue) = 175+77+196=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF4DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DC4 is #50B23B. Grayscale: #777777. Windows color (decimal): -5288508 or 12864943. OLE color: 12864943.
HSL color Cylindrical-coordinate representation of color #AF4DC4: hue angle of 289.41º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4DC4 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 77 | 196 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.23 |
| HSL | 289.41º | 0.5% | 0.54% | - |
| HSV(B) | 289.41º | 0.61% | 0.77% | - |
| XYZ | 30.3 | 18.41 | 54.18 | - |
| YUV | 119.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 196 | 0.11 | 0.61 | 0 | 0.23 | 289.41 | 0.5 | 0.54 |
| Hex | AF | 4D | C4 | B | 3D | 0 | 17 | 121 | 32 | 36 |
| Octal | 257 | 115 | 304 | 13 | 75 | 0 | 27 | 441 | 62 | 66 |
| Binary | 10101111 | 1001101 | 11000100 | 1011 | 111101 | 0 | 10111 | 100100001 | 110010 | 110110 |
Color Harmonies of #AF4DC4
Complementary color
Monochromatic Colors of #AF4DC4
Black with #AF4DC4
Text Example
Text Example
White with #AF4DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DC4; }
p { color: rgb(175,77,196); }
H1.HeaderClassName
{
color: #AF4DC4;
}
.AnyTagClassName
{
color: #AF4DC4;
}
</style>
background-color css
<style>
a { background-color: #AF4DC4; }
a { background-color: rgb(175,77,196); }
div.DivClassName
{
background-color: #AF4DC4;
}
.BgClassName
{
background-color: #AF4DC4;
}
</style>
border-color css
<style>
span { border-color: #AF4DC4; }
span { border-color: rgb(175,77,196); }
td.TdClassName
{
border-color: #AF4DC4;
}
.TagClassName
{
border-color: #AF4DC4;
}
</style>