Shades of Medium Orchid #AF60E1
Tints of Medium Orchid #AF60E1
RGB
CMYK
RGB Variations
Color information
#AF60E1 (or 0xAF60E1) is known color: Medium Orchid. HEX triplet: AF, 60 and E1. RGB value is (175,96,225). Sum of RGB (Red+Green+Blue) = 175+96+225=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF60E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60E1 is #509F1E. Grayscale: #858585. Windows color (decimal): -5283615 or 14770351. OLE color: 14770351.
HSL color Cylindrical-coordinate representation of color #AF60E1: hue angle of 276.74º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF60E1 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 96 | 225 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.12 |
| HSL | 276.74º | 0.68% | 0.63% | - |
| HSV(B) | 276.74º | 0.57% | 0.88% | - |
| XYZ | 35.45 | 22.92 | 73.79 | - |
| YUV | 134.33 | 179.17 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 225 | 0.22 | 0.57 | 0 | 0.12 | 276.74 | 0.68 | 0.63 |
| Hex | AF | 60 | E1 | 16 | 39 | 0 | C | 115 | 44 | 3F |
| Octal | 257 | 140 | 341 | 26 | 71 | 0 | 14 | 425 | 104 | 77 |
| Binary | 10101111 | 1100000 | 11100001 | 10110 | 111001 | 0 | 1100 | 100010101 | 1000100 | 111111 |
Color Harmonies of #AF60E1
Complementary color
Monochromatic Colors of #AF60E1
Black with #AF60E1
Text Example
Text Example
White with #AF60E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60E1; }
p { color: rgb(175,96,225); }
H1.HeaderClassName
{
color: #AF60E1;
}
.AnyTagClassName
{
color: #AF60E1;
}
</style>
background-color css
<style>
a { background-color: #AF60E1; }
a { background-color: rgb(175,96,225); }
div.DivClassName
{
background-color: #AF60E1;
}
.BgClassName
{
background-color: #AF60E1;
}
</style>
border-color css
<style>
span { border-color: #AF60E1; }
span { border-color: rgb(175,96,225); }
td.TdClassName
{
border-color: #AF60E1;
}
.TagClassName
{
border-color: #AF60E1;
}
</style>