Shades of Medium Orchid #AF60E3
Tints of Medium Orchid #AF60E3
RGB
CMYK
RGB Variations
Color information
#AF60E3 (or 0xAF60E3) is known color: Medium Orchid. HEX triplet: AF, 60 and E3. RGB value is (175,96,227). Sum of RGB (Red+Green+Blue) = 175+96+227=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF60E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60E3 is #509F1C. Grayscale: #868686. Windows color (decimal): -5283613 or 14901423. OLE color: 14901423.
HSL color Cylindrical-coordinate representation of color #AF60E3: hue angle of 276.18º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF60E3 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 96 | 227 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.11 |
| HSL | 276.18º | 0.7% | 0.63% | - |
| HSV(B) | 276.18º | 0.58% | 0.89% | - |
| XYZ | 35.73 | 23.03 | 75.23 | - |
| YUV | 134.56 | 180.17 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 227 | 0.23 | 0.58 | 0 | 0.11 | 276.18 | 0.7 | 0.63 |
| Hex | AF | 60 | E3 | 17 | 3A | 0 | B | 114 | 46 | 3F |
| Octal | 257 | 140 | 343 | 27 | 72 | 0 | 13 | 424 | 106 | 77 |
| Binary | 10101111 | 1100000 | 11100011 | 10111 | 111010 | 0 | 1011 | 100010100 | 1000110 | 111111 |
Color Harmonies of #AF60E3
Complementary color
Monochromatic Colors of #AF60E3
Black with #AF60E3
Text Example
Text Example
White with #AF60E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60E3; }
p { color: rgb(175,96,227); }
H1.HeaderClassName
{
color: #AF60E3;
}
.AnyTagClassName
{
color: #AF60E3;
}
</style>
background-color css
<style>
a { background-color: #AF60E3; }
a { background-color: rgb(175,96,227); }
div.DivClassName
{
background-color: #AF60E3;
}
.BgClassName
{
background-color: #AF60E3;
}
</style>
border-color css
<style>
span { border-color: #AF60E3; }
span { border-color: rgb(175,96,227); }
td.TdClassName
{
border-color: #AF60E3;
}
.TagClassName
{
border-color: #AF60E3;
}
</style>