Shades of Medium Orchid #AF4AED
Tints of Medium Orchid #AF4AED
RGB
CMYK
RGB Variations
Color information
#AF4AED (or 0xAF4AED) is known color: Medium Orchid. HEX triplet: AF, 4A and ED. RGB value is (175,74,237). Sum of RGB (Red+Green+Blue) = 175+74+237=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF4AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AED is #50B512. Grayscale: #7A7A7A. Windows color (decimal): -5289235 or 15551151. OLE color: 15551151.
HSL color Cylindrical-coordinate representation of color #AF4AED: hue angle of 277.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4AED is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 74 | 237 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.07 |
| HSL | 277.18º | 0.82% | 0.61% | - |
| HSV(B) | 277.18º | 0.69% | 0.93% | - |
| XYZ | 35.41 | 20.13 | 82.14 | - |
| YUV | 122.78 | 192.46 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 237 | 0.26 | 0.69 | 0 | 0.07 | 277.18 | 0.82 | 0.61 |
| Hex | AF | 4A | ED | 1A | 45 | 0 | 7 | 115 | 52 | 3D |
| Octal | 257 | 112 | 355 | 32 | 105 | 0 | 7 | 425 | 122 | 75 |
| Binary | 10101111 | 1001010 | 11101101 | 11010 | 1000101 | 0 | 111 | 100010101 | 1010010 | 111101 |
Color Harmonies of #AF4AED
Complementary color
Monochromatic Colors of #AF4AED
Black with #AF4AED
Text Example
Text Example
White with #AF4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AED; }
p { color: rgb(175,74,237); }
H1.HeaderClassName
{
color: #AF4AED;
}
.AnyTagClassName
{
color: #AF4AED;
}
</style>
background-color css
<style>
a { background-color: #AF4AED; }
a { background-color: rgb(175,74,237); }
div.DivClassName
{
background-color: #AF4AED;
}
.BgClassName
{
background-color: #AF4AED;
}
</style>
border-color css
<style>
span { border-color: #AF4AED; }
span { border-color: rgb(175,74,237); }
td.TdClassName
{
border-color: #AF4AED;
}
.TagClassName
{
border-color: #AF4AED;
}
</style>