Shades of Medium Orchid #AF5EE2
Tints of Medium Orchid #AF5EE2
RGB
CMYK
RGB Variations
Color information
#AF5EE2 (or 0xAF5EE2) is known color: Medium Orchid. HEX triplet: AF, 5E and E2. RGB value is (175,94,226). Sum of RGB (Red+Green+Blue) = 175+94+226=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF5EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5EE2 is #50A11D. Grayscale: #848484. Windows color (decimal): -5284126 or 14835375. OLE color: 14835375.
HSL color Cylindrical-coordinate representation of color #AF5EE2: hue angle of 276.82º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF5EE2 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 94 | 226 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.11 |
| HSL | 276.82º | 0.69% | 0.63% | - |
| HSV(B) | 276.82º | 0.58% | 0.89% | - |
| XYZ | 35.41 | 22.61 | 74.45 | - |
| YUV | 133.27 | 180.34 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 226 | 0.23 | 0.58 | 0 | 0.11 | 276.82 | 0.69 | 0.63 |
| Hex | AF | 5E | E2 | 17 | 3A | 0 | B | 115 | 45 | 3F |
| Octal | 257 | 136 | 342 | 27 | 72 | 0 | 13 | 425 | 105 | 77 |
| Binary | 10101111 | 1011110 | 11100010 | 10111 | 111010 | 0 | 1011 | 100010101 | 1000101 | 111111 |
Color Harmonies of #AF5EE2
Complementary color
Monochromatic Colors of #AF5EE2
Black with #AF5EE2
Text Example
Text Example
White with #AF5EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5EE2; }
p { color: rgb(175,94,226); }
H1.HeaderClassName
{
color: #AF5EE2;
}
.AnyTagClassName
{
color: #AF5EE2;
}
</style>
background-color css
<style>
a { background-color: #AF5EE2; }
a { background-color: rgb(175,94,226); }
div.DivClassName
{
background-color: #AF5EE2;
}
.BgClassName
{
background-color: #AF5EE2;
}
</style>
border-color css
<style>
span { border-color: #AF5EE2; }
span { border-color: rgb(175,94,226); }
td.TdClassName
{
border-color: #AF5EE2;
}
.TagClassName
{
border-color: #AF5EE2;
}
</style>