Shades of Medium Orchid #AF42D1
Tints of Medium Orchid #AF42D1
RGB
CMYK
RGB Variations
Color information
#AF42D1 (or 0xAF42D1) is known color: Medium Orchid. HEX triplet: AF, 42 and D1. RGB value is (175,66,209). Sum of RGB (Red+Green+Blue) = 175+66+209=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF42D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42D1 is #50BD2E. Grayscale: #727272. Windows color (decimal): -5291311 or 13714095. OLE color: 13714095.
HSL color Cylindrical-coordinate representation of color #AF42D1: hue angle of 285.73º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF42D1 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 66 | 209 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.18 |
| HSL | 285.73º | 0.61% | 0.54% | - |
| HSV(B) | 285.73º | 0.68% | 0.82% | - |
| XYZ | 31.14 | 17.61 | 62.08 | - |
| YUV | 114.89 | 181.11 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 209 | 0.16 | 0.68 | 0 | 0.18 | 285.73 | 0.61 | 0.54 |
| Hex | AF | 42 | D1 | 10 | 44 | 0 | 12 | 11E | 3D | 36 |
| Octal | 257 | 102 | 321 | 20 | 104 | 0 | 22 | 436 | 75 | 66 |
| Binary | 10101111 | 1000010 | 11010001 | 10000 | 1000100 | 0 | 10010 | 100011110 | 111101 | 110110 |
Color Harmonies of #AF42D1
Complementary color
Monochromatic Colors of #AF42D1
Black with #AF42D1
Text Example
Text Example
White with #AF42D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42D1; }
p { color: rgb(175,66,209); }
H1.HeaderClassName
{
color: #AF42D1;
}
.AnyTagClassName
{
color: #AF42D1;
}
</style>
background-color css
<style>
a { background-color: #AF42D1; }
a { background-color: rgb(175,66,209); }
div.DivClassName
{
background-color: #AF42D1;
}
.BgClassName
{
background-color: #AF42D1;
}
</style>
border-color css
<style>
span { border-color: #AF42D1; }
span { border-color: rgb(175,66,209); }
td.TdClassName
{
border-color: #AF42D1;
}
.TagClassName
{
border-color: #AF42D1;
}
</style>