Shades of Medium Orchid #AF3EE7
Tints of Medium Orchid #AF3EE7
RGB
CMYK
RGB Variations
Color information
#AF3EE7 (or 0xAF3EE7) is known color: Medium Orchid. HEX triplet: AF, 3E and E7. RGB value is (175,62,231). Sum of RGB (Red+Green+Blue) = 175+62+231=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF3EE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3EE7 is #50C118. Grayscale: #727272. Windows color (decimal): -5292313 or 15154863. OLE color: 15154863.
HSL color Cylindrical-coordinate representation of color #AF3EE7: hue angle of 280.12º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3EE7 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 62 | 231 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.09 |
| HSL | 280.12º | 0.78% | 0.57% | - |
| HSV(B) | 280.12º | 0.73% | 0.91% | - |
| XYZ | 33.83 | 18.33 | 77.36 | - |
| YUV | 115.05 | 193.44 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 231 | 0.24 | 0.73 | 0 | 0.09 | 280.12 | 0.78 | 0.57 |
| Hex | AF | 3E | E7 | 18 | 49 | 0 | 9 | 118 | 4E | 39 |
| Octal | 257 | 76 | 347 | 30 | 111 | 0 | 11 | 430 | 116 | 71 |
| Binary | 10101111 | 111110 | 11100111 | 11000 | 1001001 | 0 | 1001 | 100011000 | 1001110 | 111001 |
Color Harmonies of #AF3EE7
Complementary color
Monochromatic Colors of #AF3EE7
Black with #AF3EE7
Text Example
Text Example
White with #AF3EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3EE7; }
p { color: rgb(175,62,231); }
H1.HeaderClassName
{
color: #AF3EE7;
}
.AnyTagClassName
{
color: #AF3EE7;
}
</style>
background-color css
<style>
a { background-color: #AF3EE7; }
a { background-color: rgb(175,62,231); }
div.DivClassName
{
background-color: #AF3EE7;
}
.BgClassName
{
background-color: #AF3EE7;
}
</style>
border-color css
<style>
span { border-color: #AF3EE7; }
span { border-color: rgb(175,62,231); }
td.TdClassName
{
border-color: #AF3EE7;
}
.TagClassName
{
border-color: #AF3EE7;
}
</style>