Shades of Medium Orchid #AF4AEC
Tints of Medium Orchid #AF4AEC
RGB
CMYK
RGB Variations
Color information
#AF4AEC (or 0xAF4AEC) is known color: Medium Orchid. HEX triplet: AF, 4A and EC. RGB value is (175,74,236). Sum of RGB (Red+Green+Blue) = 175+74+236=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF4AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AEC is #50B513. Grayscale: #7A7A7A. Windows color (decimal): -5289236 or 15485615. OLE color: 15485615.
HSL color Cylindrical-coordinate representation of color #AF4AEC: hue angle of 277.41º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4AEC is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 74 | 236 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.07 |
| HSL | 277.41º | 0.81% | 0.61% | - |
| HSV(B) | 277.41º | 0.69% | 0.93% | - |
| XYZ | 35.27 | 20.07 | 81.37 | - |
| YUV | 122.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 236 | 0.26 | 0.69 | 0 | 0.07 | 277.41 | 0.81 | 0.61 |
| Hex | AF | 4A | EC | 1A | 45 | 0 | 7 | 115 | 51 | 3D |
| Octal | 257 | 112 | 354 | 32 | 105 | 0 | 7 | 425 | 121 | 75 |
| Binary | 10101111 | 1001010 | 11101100 | 11010 | 1000101 | 0 | 111 | 100010101 | 1010001 | 111101 |
Color Harmonies of #AF4AEC
Complementary color
Monochromatic Colors of #AF4AEC
Black with #AF4AEC
Text Example
Text Example
White with #AF4AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AEC; }
p { color: rgb(175,74,236); }
H1.HeaderClassName
{
color: #AF4AEC;
}
.AnyTagClassName
{
color: #AF4AEC;
}
</style>
background-color css
<style>
a { background-color: #AF4AEC; }
a { background-color: rgb(175,74,236); }
div.DivClassName
{
background-color: #AF4AEC;
}
.BgClassName
{
background-color: #AF4AEC;
}
</style>
border-color css
<style>
span { border-color: #AF4AEC; }
span { border-color: rgb(175,74,236); }
td.TdClassName
{
border-color: #AF4AEC;
}
.TagClassName
{
border-color: #AF4AEC;
}
</style>