Shades of Medium Orchid #AF42C5
Tints of Medium Orchid #AF42C5
RGB
CMYK
RGB Variations
Color information
#AF42C5 (or 0xAF42C5) is known color: Medium Orchid. HEX triplet: AF, 42 and C5. RGB value is (175,66,197). Sum of RGB (Red+Green+Blue) = 175+66+197=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF42C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42C5 is #50BD3A. Grayscale: #717171. Windows color (decimal): -5291323 or 12927663. OLE color: 12927663.
HSL color Cylindrical-coordinate representation of color #AF42C5: hue angle of 289.92º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF42C5 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 66 | 197 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.23 |
| HSL | 289.92º | 0.53% | 0.52% | - |
| HSV(B) | 289.92º | 0.66% | 0.77% | - |
| XYZ | 29.71 | 17.04 | 54.55 | - |
| YUV | 113.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 197 | 0.11 | 0.66 | 0 | 0.23 | 289.92 | 0.53 | 0.52 |
| Hex | AF | 42 | C5 | B | 42 | 0 | 17 | 122 | 35 | 34 |
| Octal | 257 | 102 | 305 | 13 | 102 | 0 | 27 | 442 | 65 | 64 |
| Binary | 10101111 | 1000010 | 11000101 | 1011 | 1000010 | 0 | 10111 | 100100010 | 110101 | 110100 |
Color Harmonies of #AF42C5
Complementary color
Monochromatic Colors of #AF42C5
Black with #AF42C5
Text Example
Text Example
White with #AF42C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42C5; }
p { color: rgb(175,66,197); }
H1.HeaderClassName
{
color: #AF42C5;
}
.AnyTagClassName
{
color: #AF42C5;
}
</style>
background-color css
<style>
a { background-color: #AF42C5; }
a { background-color: rgb(175,66,197); }
div.DivClassName
{
background-color: #AF42C5;
}
.BgClassName
{
background-color: #AF42C5;
}
</style>
border-color css
<style>
span { border-color: #AF42C5; }
span { border-color: rgb(175,66,197); }
td.TdClassName
{
border-color: #AF42C5;
}
.TagClassName
{
border-color: #AF42C5;
}
</style>