Shades of Medium Orchid #AF42E1
Tints of Medium Orchid #AF42E1
RGB
CMYK
RGB Variations
Color information
#AF42E1 (or 0xAF42E1) is known color: Medium Orchid. HEX triplet: AF, 42 and E1. RGB value is (175,66,225). Sum of RGB (Red+Green+Blue) = 175+66+225=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF42E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42E1 is #50BD1E. Grayscale: #747474. Windows color (decimal): -5291295 or 14762671. OLE color: 14762671.
HSL color Cylindrical-coordinate representation of color #AF42E1: hue angle of 281.13º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF42E1 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 66 | 225 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.12 |
| HSL | 281.13º | 0.73% | 0.57% | - |
| HSV(B) | 281.13º | 0.71% | 0.88% | - |
| XYZ | 33.22 | 18.45 | 73.04 | - |
| YUV | 116.72 | 189.11 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 225 | 0.22 | 0.71 | 0 | 0.12 | 281.13 | 0.73 | 0.57 |
| Hex | AF | 42 | E1 | 16 | 47 | 0 | C | 119 | 49 | 39 |
| Octal | 257 | 102 | 341 | 26 | 107 | 0 | 14 | 431 | 111 | 71 |
| Binary | 10101111 | 1000010 | 11100001 | 10110 | 1000111 | 0 | 1100 | 100011001 | 1001001 | 111001 |
Color Harmonies of #AF42E1
Complementary color
Monochromatic Colors of #AF42E1
Black with #AF42E1
Text Example
Text Example
White with #AF42E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42E1; }
p { color: rgb(175,66,225); }
H1.HeaderClassName
{
color: #AF42E1;
}
.AnyTagClassName
{
color: #AF42E1;
}
</style>
background-color css
<style>
a { background-color: #AF42E1; }
a { background-color: rgb(175,66,225); }
div.DivClassName
{
background-color: #AF42E1;
}
.BgClassName
{
background-color: #AF42E1;
}
</style>
border-color css
<style>
span { border-color: #AF42E1; }
span { border-color: rgb(175,66,225); }
td.TdClassName
{
border-color: #AF42E1;
}
.TagClassName
{
border-color: #AF42E1;
}
</style>