Shades of Medium Orchid #AF44E1
Tints of Medium Orchid #AF44E1
RGB
CMYK
RGB Variations
Color information
#AF44E1 (or 0xAF44E1) is known color: Medium Orchid. HEX triplet: AF, 44 and E1. RGB value is (175,68,225). Sum of RGB (Red+Green+Blue) = 175+68+225=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF44E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44E1 is #50BB1E. Grayscale: #757575. Windows color (decimal): -5290783 or 14763183. OLE color: 14763183.
HSL color Cylindrical-coordinate representation of color #AF44E1: hue angle of 280.89º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF44E1 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 68 | 225 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.12 |
| HSL | 280.89º | 0.72% | 0.57% | - |
| HSV(B) | 280.89º | 0.7% | 0.88% | - |
| XYZ | 33.34 | 18.68 | 73.08 | - |
| YUV | 117.89 | 188.45 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 225 | 0.22 | 0.70 | 0 | 0.12 | 280.89 | 0.72 | 0.57 |
| Hex | AF | 44 | E1 | 16 | 46 | 0 | C | 119 | 48 | 39 |
| Octal | 257 | 104 | 341 | 26 | 106 | 0 | 14 | 431 | 110 | 71 |
| Binary | 10101111 | 1000100 | 11100001 | 10110 | 1000110 | 0 | 1100 | 100011001 | 1001000 | 111001 |
Color Harmonies of #AF44E1
Complementary color
Monochromatic Colors of #AF44E1
Black with #AF44E1
Text Example
Text Example
White with #AF44E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF44E1; }
p { color: rgb(175,68,225); }
H1.HeaderClassName
{
color: #AF44E1;
}
.AnyTagClassName
{
color: #AF44E1;
}
</style>
background-color css
<style>
a { background-color: #AF44E1; }
a { background-color: rgb(175,68,225); }
div.DivClassName
{
background-color: #AF44E1;
}
.BgClassName
{
background-color: #AF44E1;
}
</style>
border-color css
<style>
span { border-color: #AF44E1; }
span { border-color: rgb(175,68,225); }
td.TdClassName
{
border-color: #AF44E1;
}
.TagClassName
{
border-color: #AF44E1;
}
</style>