Shades of Medium Orchid #AF42EB
Tints of Medium Orchid #AF42EB
RGB
CMYK
RGB Variations
Color information
#AF42EB (or 0xAF42EB) is known color: Medium Orchid. HEX triplet: AF, 42 and EB. RGB value is (175,66,235). Sum of RGB (Red+Green+Blue) = 175+66+235=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF42EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42EB is #50BD14. Grayscale: #757575. Windows color (decimal): -5291285 or 15418031. OLE color: 15418031.
HSL color Cylindrical-coordinate representation of color #AF42EB: hue angle of 278.7º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF42EB is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 66 | 235 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.08 |
| HSL | 278.7º | 0.81% | 0.59% | - |
| HSV(B) | 278.7º | 0.72% | 0.92% | - |
| XYZ | 34.62 | 19.01 | 80.44 | - |
| YUV | 117.86 | 194.11 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 235 | 0.26 | 0.72 | 0 | 0.08 | 278.7 | 0.81 | 0.59 |
| Hex | AF | 42 | EB | 1A | 48 | 0 | 8 | 117 | 51 | 3B |
| Octal | 257 | 102 | 353 | 32 | 110 | 0 | 10 | 427 | 121 | 73 |
| Binary | 10101111 | 1000010 | 11101011 | 11010 | 1001000 | 0 | 1000 | 100010111 | 1010001 | 111011 |
Color Harmonies of #AF42EB
Complementary color
Monochromatic Colors of #AF42EB
Black with #AF42EB
Text Example
Text Example
White with #AF42EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42EB; }
p { color: rgb(175,66,235); }
H1.HeaderClassName
{
color: #AF42EB;
}
.AnyTagClassName
{
color: #AF42EB;
}
</style>
background-color css
<style>
a { background-color: #AF42EB; }
a { background-color: rgb(175,66,235); }
div.DivClassName
{
background-color: #AF42EB;
}
.BgClassName
{
background-color: #AF42EB;
}
</style>
border-color css
<style>
span { border-color: #AF42EB; }
span { border-color: rgb(175,66,235); }
td.TdClassName
{
border-color: #AF42EB;
}
.TagClassName
{
border-color: #AF42EB;
}
</style>