Shades of Medium Orchid #AF60CE
Tints of Medium Orchid #AF60CE
RGB
CMYK
RGB Variations
Color information
#AF60CE (or 0xAF60CE) is known color: Medium Orchid. HEX triplet: AF, 60 and CE. RGB value is (175,96,206). Sum of RGB (Red+Green+Blue) = 175+96+206=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF60CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60CE is #509F31. Grayscale: #838383. Windows color (decimal): -5283634 or 13525167. OLE color: 13525167.
HSL color Cylindrical-coordinate representation of color #AF60CE: hue angle of 283.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF60CE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 96 | 206 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.19 |
| HSL | 283.09º | 0.53% | 0.59% | - |
| HSV(B) | 283.09º | 0.53% | 0.81% | - |
| XYZ | 33 | 21.94 | 60.89 | - |
| YUV | 132.16 | 169.67 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 206 | 0.15 | 0.53 | 0 | 0.19 | 283.09 | 0.53 | 0.59 |
| Hex | AF | 60 | CE | F | 35 | 0 | 13 | 11B | 35 | 3B |
| Octal | 257 | 140 | 316 | 17 | 65 | 0 | 23 | 433 | 65 | 73 |
| Binary | 10101111 | 1100000 | 11001110 | 1111 | 110101 | 0 | 10011 | 100011011 | 110101 | 111011 |
Color Harmonies of #AF60CE
Complementary color
Monochromatic Colors of #AF60CE
Black with #AF60CE
Text Example
Text Example
White with #AF60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60CE; }
p { color: rgb(175,96,206); }
H1.HeaderClassName
{
color: #AF60CE;
}
.AnyTagClassName
{
color: #AF60CE;
}
</style>
background-color css
<style>
a { background-color: #AF60CE; }
a { background-color: rgb(175,96,206); }
div.DivClassName
{
background-color: #AF60CE;
}
.BgClassName
{
background-color: #AF60CE;
}
</style>
border-color css
<style>
span { border-color: #AF60CE; }
span { border-color: rgb(175,96,206); }
td.TdClassName
{
border-color: #AF60CE;
}
.TagClassName
{
border-color: #AF60CE;
}
</style>