Shades of Medium Orchid #AF3BEC
Tints of Medium Orchid #AF3BEC
RGB
CMYK
RGB Variations
Color information
#AF3BEC (or 0xAF3BEC) is known color: Medium Orchid. HEX triplet: AF, 3B and EC. RGB value is (175,59,236). Sum of RGB (Red+Green+Blue) = 175+59+236=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF3BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3BEC is #50C413. Grayscale: #717171. Windows color (decimal): -5293076 or 15481775. OLE color: 15481775.
HSL color Cylindrical-coordinate representation of color #AF3BEC: hue angle of 279.32º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3BEC is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 59 | 236 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.07 |
| HSL | 279.32º | 0.82% | 0.58% | - |
| HSV(B) | 279.32º | 0.75% | 0.93% | - |
| XYZ | 34.38 | 18.3 | 81.08 | - |
| YUV | 113.86 | 196.93 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 236 | 0.26 | 0.75 | 0 | 0.07 | 279.32 | 0.82 | 0.58 |
| Hex | AF | 3B | EC | 1A | 4B | 0 | 7 | 117 | 52 | 3A |
| Octal | 257 | 73 | 354 | 32 | 113 | 0 | 7 | 427 | 122 | 72 |
| Binary | 10101111 | 111011 | 11101100 | 11010 | 1001011 | 0 | 111 | 100010111 | 1010010 | 111010 |
Color Harmonies of #AF3BEC
Complementary color
Monochromatic Colors of #AF3BEC
Black with #AF3BEC
Text Example
Text Example
White with #AF3BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BEC; }
p { color: rgb(175,59,236); }
H1.HeaderClassName
{
color: #AF3BEC;
}
.AnyTagClassName
{
color: #AF3BEC;
}
</style>
background-color css
<style>
a { background-color: #AF3BEC; }
a { background-color: rgb(175,59,236); }
div.DivClassName
{
background-color: #AF3BEC;
}
.BgClassName
{
background-color: #AF3BEC;
}
</style>
border-color css
<style>
span { border-color: #AF3BEC; }
span { border-color: rgb(175,59,236); }
td.TdClassName
{
border-color: #AF3BEC;
}
.TagClassName
{
border-color: #AF3BEC;
}
</style>