Shades of Medium Orchid #AF4FEE
Tints of Medium Orchid #AF4FEE
RGB
CMYK
RGB Variations
Color information
#AF4FEE (or 0xAF4FEE) is known color: Medium Orchid. HEX triplet: AF, 4F and EE. RGB value is (175,79,238). Sum of RGB (Red+Green+Blue) = 175+79+238=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF4FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4FEE is #50B011. Grayscale: #7D7D7D. Windows color (decimal): -5287954 or 15617967. OLE color: 15617967.
HSL color Cylindrical-coordinate representation of color #AF4FEE: hue angle of 276.23º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF4FEE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 79 | 238 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.07 |
| HSL | 276.23º | 0.82% | 0.62% | - |
| HSV(B) | 276.23º | 0.67% | 0.93% | - |
| XYZ | 35.91 | 20.88 | 83.03 | - |
| YUV | 125.83 | 191.3 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 238 | 0.26 | 0.67 | 0 | 0.07 | 276.23 | 0.82 | 0.62 |
| Hex | AF | 4F | EE | 1A | 43 | 0 | 7 | 114 | 52 | 3E |
| Octal | 257 | 117 | 356 | 32 | 103 | 0 | 7 | 424 | 122 | 76 |
| Binary | 10101111 | 1001111 | 11101110 | 11010 | 1000011 | 0 | 111 | 100010100 | 1010010 | 111110 |
Color Harmonies of #AF4FEE
Complementary color
Monochromatic Colors of #AF4FEE
Black with #AF4FEE
Text Example
Text Example
White with #AF4FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FEE; }
p { color: rgb(175,79,238); }
H1.HeaderClassName
{
color: #AF4FEE;
}
.AnyTagClassName
{
color: #AF4FEE;
}
</style>
background-color css
<style>
a { background-color: #AF4FEE; }
a { background-color: rgb(175,79,238); }
div.DivClassName
{
background-color: #AF4FEE;
}
.BgClassName
{
background-color: #AF4FEE;
}
</style>
border-color css
<style>
span { border-color: #AF4FEE; }
span { border-color: rgb(175,79,238); }
td.TdClassName
{
border-color: #AF4FEE;
}
.TagClassName
{
border-color: #AF4FEE;
}
</style>