Shades of Medium Orchid #AF3EEB
Tints of Medium Orchid #AF3EEB
RGB
CMYK
RGB Variations
Color information
#AF3EEB (or 0xAF3EEB) is known color: Medium Orchid. HEX triplet: AF, 3E and EB. RGB value is (175,62,235). Sum of RGB (Red+Green+Blue) = 175+62+235=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF3EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3EEB is #50C114. Grayscale: #727272. Windows color (decimal): -5292309 or 15417007. OLE color: 15417007.
HSL color Cylindrical-coordinate representation of color #AF3EEB: hue angle of 279.19º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3EEB is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 62 | 235 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.08 |
| HSL | 279.19º | 0.81% | 0.58% | - |
| HSV(B) | 279.19º | 0.74% | 0.92% | - |
| XYZ | 34.4 | 18.56 | 80.37 | - |
| YUV | 115.51 | 195.44 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 235 | 0.26 | 0.74 | 0 | 0.08 | 279.19 | 0.81 | 0.58 |
| Hex | AF | 3E | EB | 1A | 4A | 0 | 8 | 117 | 51 | 3A |
| Octal | 257 | 76 | 353 | 32 | 112 | 0 | 10 | 427 | 121 | 72 |
| Binary | 10101111 | 111110 | 11101011 | 11010 | 1001010 | 0 | 1000 | 100010111 | 1010001 | 111010 |
Color Harmonies of #AF3EEB
Complementary color
Monochromatic Colors of #AF3EEB
Black with #AF3EEB
Text Example
Text Example
White with #AF3EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3EEB; }
p { color: rgb(175,62,235); }
H1.HeaderClassName
{
color: #AF3EEB;
}
.AnyTagClassName
{
color: #AF3EEB;
}
</style>
background-color css
<style>
a { background-color: #AF3EEB; }
a { background-color: rgb(175,62,235); }
div.DivClassName
{
background-color: #AF3EEB;
}
.BgClassName
{
background-color: #AF3EEB;
}
</style>
border-color css
<style>
span { border-color: #AF3EEB; }
span { border-color: rgb(175,62,235); }
td.TdClassName
{
border-color: #AF3EEB;
}
.TagClassName
{
border-color: #AF3EEB;
}
</style>