Shades of Medium Orchid #AF5CE2
Tints of Medium Orchid #AF5CE2
RGB
CMYK
RGB Variations
Color information
#AF5CE2 (or 0xAF5CE2) is known color: Medium Orchid. HEX triplet: AF, 5C and E2. RGB value is (175,92,226). Sum of RGB (Red+Green+Blue) = 175+92+226=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF5CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CE2 is #50A31D. Grayscale: #838383. Windows color (decimal): -5284638 or 14834863. OLE color: 14834863.
HSL color Cylindrical-coordinate representation of color #AF5CE2: hue angle of 277.16º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF5CE2 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 92 | 226 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.11 |
| HSL | 277.16º | 0.7% | 0.62% | - |
| HSV(B) | 277.16º | 0.59% | 0.89% | - |
| XYZ | 35.23 | 22.26 | 74.39 | - |
| YUV | 132.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 226 | 0.23 | 0.59 | 0 | 0.11 | 277.16 | 0.7 | 0.62 |
| Hex | AF | 5C | E2 | 17 | 3B | 0 | B | 115 | 46 | 3E |
| Octal | 257 | 134 | 342 | 27 | 73 | 0 | 13 | 425 | 106 | 76 |
| Binary | 10101111 | 1011100 | 11100010 | 10111 | 111011 | 0 | 1011 | 100010101 | 1000110 | 111110 |
Color Harmonies of #AF5CE2
Complementary color
Monochromatic Colors of #AF5CE2
Black with #AF5CE2
Text Example
Text Example
White with #AF5CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5CE2; }
p { color: rgb(175,92,226); }
H1.HeaderClassName
{
color: #AF5CE2;
}
.AnyTagClassName
{
color: #AF5CE2;
}
</style>
background-color css
<style>
a { background-color: #AF5CE2; }
a { background-color: rgb(175,92,226); }
div.DivClassName
{
background-color: #AF5CE2;
}
.BgClassName
{
background-color: #AF5CE2;
}
</style>
border-color css
<style>
span { border-color: #AF5CE2; }
span { border-color: rgb(175,92,226); }
td.TdClassName
{
border-color: #AF5CE2;
}
.TagClassName
{
border-color: #AF5CE2;
}
</style>