Shades of Medium Orchid #AF4AD8
Tints of Medium Orchid #AF4AD8
RGB
CMYK
RGB Variations
Color information
#AF4AD8 (or 0xAF4AD8) is known color: Medium Orchid. HEX triplet: AF, 4A and D8. RGB value is (175,74,216). Sum of RGB (Red+Green+Blue) = 175+74+216=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF4AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4AD8 is #50B527. Grayscale: #777777. Windows color (decimal): -5289256 or 14174895. OLE color: 14174895.
HSL color Cylindrical-coordinate representation of color #AF4AD8: hue angle of 282.68º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF4AD8 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 74 | 216 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.15 |
| HSL | 282.68º | 0.65% | 0.57% | - |
| HSV(B) | 282.68º | 0.66% | 0.85% | - |
| XYZ | 32.52 | 18.97 | 66.91 | - |
| YUV | 120.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 216 | 0.19 | 0.66 | 0 | 0.15 | 282.68 | 0.65 | 0.57 |
| Hex | AF | 4A | D8 | 13 | 42 | 0 | F | 11B | 41 | 39 |
| Octal | 257 | 112 | 330 | 23 | 102 | 0 | 17 | 433 | 101 | 71 |
| Binary | 10101111 | 1001010 | 11011000 | 10011 | 1000010 | 0 | 1111 | 100011011 | 1000001 | 111001 |
Color Harmonies of #AF4AD8
Complementary color
Monochromatic Colors of #AF4AD8
Black with #AF4AD8
Text Example
Text Example
White with #AF4AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AD8; }
p { color: rgb(175,74,216); }
H1.HeaderClassName
{
color: #AF4AD8;
}
.AnyTagClassName
{
color: #AF4AD8;
}
</style>
background-color css
<style>
a { background-color: #AF4AD8; }
a { background-color: rgb(175,74,216); }
div.DivClassName
{
background-color: #AF4AD8;
}
.BgClassName
{
background-color: #AF4AD8;
}
</style>
border-color css
<style>
span { border-color: #AF4AD8; }
span { border-color: rgb(175,74,216); }
td.TdClassName
{
border-color: #AF4AD8;
}
.TagClassName
{
border-color: #AF4AD8;
}
</style>