Shades of Medium Orchid #AF60E5
Tints of Medium Orchid #AF60E5
RGB
CMYK
RGB Variations
Color information
#AF60E5 (or 0xAF60E5) is known color: Medium Orchid. HEX triplet: AF, 60 and E5. RGB value is (175,96,229). Sum of RGB (Red+Green+Blue) = 175+96+229=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF60E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60E5 is #509F1A. Grayscale: #868686. Windows color (decimal): -5283611 or 15032495. OLE color: 15032495.
HSL color Cylindrical-coordinate representation of color #AF60E5: hue angle of 275.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF60E5 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 96 | 229 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.10 |
| HSL | 275.64º | 0.72% | 0.64% | - |
| HSV(B) | 275.64º | 0.58% | 0.9% | - |
| XYZ | 36 | 23.14 | 76.7 | - |
| YUV | 134.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 229 | 0.24 | 0.58 | 0 | 0.10 | 275.64 | 0.72 | 0.64 |
| Hex | AF | 60 | E5 | 18 | 3A | 0 | A | 114 | 48 | 40 |
| Octal | 257 | 140 | 345 | 30 | 72 | 0 | 12 | 424 | 110 | 100 |
| Binary | 10101111 | 1100000 | 11100101 | 11000 | 111010 | 0 | 1010 | 100010100 | 1001000 | 1000000 |
Color Harmonies of #AF60E5
Complementary color
Monochromatic Colors of #AF60E5
Black with #AF60E5
Text Example
Text Example
White with #AF60E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60E5; }
p { color: rgb(175,96,229); }
H1.HeaderClassName
{
color: #AF60E5;
}
.AnyTagClassName
{
color: #AF60E5;
}
</style>
background-color css
<style>
a { background-color: #AF60E5; }
a { background-color: rgb(175,96,229); }
div.DivClassName
{
background-color: #AF60E5;
}
.BgClassName
{
background-color: #AF60E5;
}
</style>
border-color css
<style>
span { border-color: #AF60E5; }
span { border-color: rgb(175,96,229); }
td.TdClassName
{
border-color: #AF60E5;
}
.TagClassName
{
border-color: #AF60E5;
}
</style>