Shades of Medium Orchid #AF4AD7
Tints of Medium Orchid #AF4AD7
RGB
CMYK
RGB Variations
Color information
#AF4AD7 (or 0xAF4AD7) is known color: Medium Orchid. HEX triplet: AF, 4A and D7. RGB value is (175,74,215). Sum of RGB (Red+Green+Blue) = 175+74+215=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF4AD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4AD7 is #50B528. Grayscale: #777777. Windows color (decimal): -5289257 or 14109359. OLE color: 14109359.
HSL color Cylindrical-coordinate representation of color #AF4AD7: hue angle of 282.98º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF4AD7 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 74 | 215 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.16 |
| HSL | 282.98º | 0.64% | 0.57% | - |
| HSV(B) | 282.98º | 0.66% | 0.84% | - |
| XYZ | 32.39 | 18.92 | 66.23 | - |
| YUV | 120.27 | 181.46 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 215 | 0.19 | 0.66 | 0 | 0.16 | 282.98 | 0.64 | 0.57 |
| Hex | AF | 4A | D7 | 13 | 42 | 0 | 10 | 11B | 40 | 39 |
| Octal | 257 | 112 | 327 | 23 | 102 | 0 | 20 | 433 | 100 | 71 |
| Binary | 10101111 | 1001010 | 11010111 | 10011 | 1000010 | 0 | 10000 | 100011011 | 1000000 | 111001 |
Color Harmonies of #AF4AD7
Complementary color
Monochromatic Colors of #AF4AD7
Black with #AF4AD7
Text Example
Text Example
White with #AF4AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AD7; }
p { color: rgb(175,74,215); }
H1.HeaderClassName
{
color: #AF4AD7;
}
.AnyTagClassName
{
color: #AF4AD7;
}
</style>
background-color css
<style>
a { background-color: #AF4AD7; }
a { background-color: rgb(175,74,215); }
div.DivClassName
{
background-color: #AF4AD7;
}
.BgClassName
{
background-color: #AF4AD7;
}
</style>
border-color css
<style>
span { border-color: #AF4AD7; }
span { border-color: rgb(175,74,215); }
td.TdClassName
{
border-color: #AF4AD7;
}
.TagClassName
{
border-color: #AF4AD7;
}
</style>