Shades of Medium Orchid #AF42D3
Tints of Medium Orchid #AF42D3
RGB
CMYK
RGB Variations
Color information
#AF42D3 (or 0xAF42D3) is known color: Medium Orchid. HEX triplet: AF, 42 and D3. RGB value is (175,66,211). Sum of RGB (Red+Green+Blue) = 175+66+211=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 211 (82.81% from 255 or 46.68% from 452); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF42D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42D3 is #50BD2C. Grayscale: #727272. Windows color (decimal): -5291309 or 13845167. OLE color: 13845167.
HSL color Cylindrical-coordinate representation of color #AF42D3: hue angle of 285.1º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF42D3 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 66 | 211 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.17 |
| HSL | 285.1º | 0.62% | 0.54% | - |
| HSV(B) | 285.1º | 0.69% | 0.83% | - |
| XYZ | 31.39 | 17.71 | 63.39 | - |
| YUV | 115.12 | 182.11 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 211 | 0.17 | 0.69 | 0 | 0.17 | 285.1 | 0.62 | 0.54 |
| Hex | AF | 42 | D3 | 11 | 45 | 0 | 11 | 11D | 3E | 36 |
| Octal | 257 | 102 | 323 | 21 | 105 | 0 | 21 | 435 | 76 | 66 |
| Binary | 10101111 | 1000010 | 11010011 | 10001 | 1000101 | 0 | 10001 | 100011101 | 111110 | 110110 |
Color Harmonies of #AF42D3
Complementary color
Monochromatic Colors of #AF42D3
Black with #AF42D3
Text Example
Text Example
White with #AF42D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42D3; }
p { color: rgb(175,66,211); }
H1.HeaderClassName
{
color: #AF42D3;
}
.AnyTagClassName
{
color: #AF42D3;
}
</style>
background-color css
<style>
a { background-color: #AF42D3; }
a { background-color: rgb(175,66,211); }
div.DivClassName
{
background-color: #AF42D3;
}
.BgClassName
{
background-color: #AF42D3;
}
</style>
border-color css
<style>
span { border-color: #AF42D3; }
span { border-color: rgb(175,66,211); }
td.TdClassName
{
border-color: #AF42D3;
}
.TagClassName
{
border-color: #AF42D3;
}
</style>