Shades of Medium Orchid #AF60E6
Tints of Medium Orchid #AF60E6
RGB
CMYK
RGB Variations
Color information
#AF60E6 (or 0xAF60E6) is known color: Medium Orchid. HEX triplet: AF, 60 and E6. RGB value is (175,96,230). Sum of RGB (Red+Green+Blue) = 175+96+230=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF60E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF60E6 is #509F19. Grayscale: #868686. Windows color (decimal): -5283610 or 15098031. OLE color: 15098031.
HSL color Cylindrical-coordinate representation of color #AF60E6: hue angle of 275.37º degrees, saturation: 0.73, 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 #AF60E6 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 96 | 230 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.10 |
| HSL | 275.37º | 0.73% | 0.64% | - |
| HSV(B) | 275.37º | 0.58% | 0.9% | - |
| XYZ | 36.15 | 23.19 | 77.43 | - |
| YUV | 134.9 | 181.67 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 230 | 0.24 | 0.58 | 0 | 0.10 | 275.37 | 0.73 | 0.64 |
| Hex | AF | 60 | E6 | 18 | 3A | 0 | A | 113 | 49 | 40 |
| Octal | 257 | 140 | 346 | 30 | 72 | 0 | 12 | 423 | 111 | 100 |
| Binary | 10101111 | 1100000 | 11100110 | 11000 | 111010 | 0 | 1010 | 100010011 | 1001001 | 1000000 |
Color Harmonies of #AF60E6
Complementary color
Monochromatic Colors of #AF60E6
Black with #AF60E6
Text Example
Text Example
White with #AF60E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60E6; }
p { color: rgb(175,96,230); }
H1.HeaderClassName
{
color: #AF60E6;
}
.AnyTagClassName
{
color: #AF60E6;
}
</style>
background-color css
<style>
a { background-color: #AF60E6; }
a { background-color: rgb(175,96,230); }
div.DivClassName
{
background-color: #AF60E6;
}
.BgClassName
{
background-color: #AF60E6;
}
</style>
border-color css
<style>
span { border-color: #AF60E6; }
span { border-color: rgb(175,96,230); }
td.TdClassName
{
border-color: #AF60E6;
}
.TagClassName
{
border-color: #AF60E6;
}
</style>