Shades of Medium Orchid #AF55E7
Tints of Medium Orchid #AF55E7
RGB
CMYK
RGB Variations
Color information
#AF55E7 (or 0xAF55E7) is known color: Medium Orchid. HEX triplet: AF, 55 and E7. RGB value is (175,85,231). Sum of RGB (Red+Green+Blue) = 175+85+231=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF55E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF55E7 is #50AA18. Grayscale: #808080. Windows color (decimal): -5286425 or 15160751. OLE color: 15160751.
HSL color Cylindrical-coordinate representation of color #AF55E7: hue angle of 276.99º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF55E7 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 85 | 231 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.09 |
| HSL | 276.99º | 0.75% | 0.62% | - |
| HSV(B) | 276.99º | 0.63% | 0.91% | - |
| XYZ | 35.35 | 21.38 | 77.86 | - |
| YUV | 128.55 | 185.82 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 231 | 0.24 | 0.63 | 0 | 0.09 | 276.99 | 0.75 | 0.62 |
| Hex | AF | 55 | E7 | 18 | 3F | 0 | 9 | 115 | 4B | 3E |
| Octal | 257 | 125 | 347 | 30 | 77 | 0 | 11 | 425 | 113 | 76 |
| Binary | 10101111 | 1010101 | 11100111 | 11000 | 111111 | 0 | 1001 | 100010101 | 1001011 | 111110 |
Color Harmonies of #AF55E7
Complementary color
Monochromatic Colors of #AF55E7
Black with #AF55E7
Text Example
Text Example
White with #AF55E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF55E7; }
p { color: rgb(175,85,231); }
H1.HeaderClassName
{
color: #AF55E7;
}
.AnyTagClassName
{
color: #AF55E7;
}
</style>
background-color css
<style>
a { background-color: #AF55E7; }
a { background-color: rgb(175,85,231); }
div.DivClassName
{
background-color: #AF55E7;
}
.BgClassName
{
background-color: #AF55E7;
}
</style>
border-color css
<style>
span { border-color: #AF55E7; }
span { border-color: rgb(175,85,231); }
td.TdClassName
{
border-color: #AF55E7;
}
.TagClassName
{
border-color: #AF55E7;
}
</style>