Shades of Medium Orchid #AF5DF2
Tints of Medium Orchid #AF5DF2
RGB
CMYK
RGB Variations
Color information
#AF5DF2 (or 0xAF5DF2) is known color: Medium Orchid. HEX triplet: AF, 5D and F2. RGB value is (175,93,242). Sum of RGB (Red+Green+Blue) = 175+93+242=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF5DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5DF2 is #50A20D. Grayscale: #858585. Windows color (decimal): -5284366 or 15883695. OLE color: 15883695.
HSL color Cylindrical-coordinate representation of color #AF5DF2: hue angle of 273.02º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF5DF2 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 93 | 242 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.05 |
| HSL | 273.02º | 0.85% | 0.66% | - |
| HSV(B) | 273.02º | 0.62% | 0.95% | - |
| XYZ | 37.62 | 23.35 | 86.53 | - |
| YUV | 134.5 | 188.67 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 242 | 0.28 | 0.62 | 0 | 0.05 | 273.02 | 0.85 | 0.66 |
| Hex | AF | 5D | F2 | 1C | 3E | 0 | 5 | 111 | 55 | 42 |
| Octal | 257 | 135 | 362 | 34 | 76 | 0 | 5 | 421 | 125 | 102 |
| Binary | 10101111 | 1011101 | 11110010 | 11100 | 111110 | 0 | 101 | 100010001 | 1010101 | 1000010 |
Color Harmonies of #AF5DF2
Complementary color
Monochromatic Colors of #AF5DF2
Black with #AF5DF2
Text Example
Text Example
White with #AF5DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5DF2; }
p { color: rgb(175,93,242); }
H1.HeaderClassName
{
color: #AF5DF2;
}
.AnyTagClassName
{
color: #AF5DF2;
}
</style>
background-color css
<style>
a { background-color: #AF5DF2; }
a { background-color: rgb(175,93,242); }
div.DivClassName
{
background-color: #AF5DF2;
}
.BgClassName
{
background-color: #AF5DF2;
}
</style>
border-color css
<style>
span { border-color: #AF5DF2; }
span { border-color: rgb(175,93,242); }
td.TdClassName
{
border-color: #AF5DF2;
}
.TagClassName
{
border-color: #AF5DF2;
}
</style>