Shades of Medium Orchid #AF4BEC
Tints of Medium Orchid #AF4BEC
RGB
CMYK
RGB Variations
Color information
#AF4BEC (or 0xAF4BEC) is known color: Medium Orchid. HEX triplet: AF, 4B and EC. RGB value is (175,75,236). Sum of RGB (Red+Green+Blue) = 175+75+236=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF4BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4BEC is #50B413. Grayscale: #7A7A7A. Windows color (decimal): -5288980 or 15485871. OLE color: 15485871.
HSL color Cylindrical-coordinate representation of color #AF4BEC: hue angle of 277.27º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF4BEC is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 75 | 236 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.07 |
| HSL | 277.27º | 0.81% | 0.61% | - |
| HSV(B) | 277.27º | 0.68% | 0.93% | - |
| XYZ | 35.34 | 20.2 | 81.39 | - |
| YUV | 123.25 | 191.63 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 236 | 0.26 | 0.68 | 0 | 0.07 | 277.27 | 0.81 | 0.61 |
| Hex | AF | 4B | EC | 1A | 44 | 0 | 7 | 115 | 51 | 3D |
| Octal | 257 | 113 | 354 | 32 | 104 | 0 | 7 | 425 | 121 | 75 |
| Binary | 10101111 | 1001011 | 11101100 | 11010 | 1000100 | 0 | 111 | 100010101 | 1010001 | 111101 |
Color Harmonies of #AF4BEC
Complementary color
Monochromatic Colors of #AF4BEC
Black with #AF4BEC
Text Example
Text Example
White with #AF4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4BEC; }
p { color: rgb(175,75,236); }
H1.HeaderClassName
{
color: #AF4BEC;
}
.AnyTagClassName
{
color: #AF4BEC;
}
</style>
background-color css
<style>
a { background-color: #AF4BEC; }
a { background-color: rgb(175,75,236); }
div.DivClassName
{
background-color: #AF4BEC;
}
.BgClassName
{
background-color: #AF4BEC;
}
</style>
border-color css
<style>
span { border-color: #AF4BEC; }
span { border-color: rgb(175,75,236); }
td.TdClassName
{
border-color: #AF4BEC;
}
.TagClassName
{
border-color: #AF4BEC;
}
</style>