Shades of Medium Orchid #AF42C9
Tints of Medium Orchid #AF42C9
RGB
CMYK
RGB Variations
Color information
#AF42C9 (or 0xAF42C9) is known color: Medium Orchid. HEX triplet: AF, 42 and C9. RGB value is (175,66,201). Sum of RGB (Red+Green+Blue) = 175+66+201=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF42C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42C9 is #50BD36. Grayscale: #717171. Windows color (decimal): -5291319 or 13189807. OLE color: 13189807.
HSL color Cylindrical-coordinate representation of color #AF42C9: hue angle of 288.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF42C9 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 66 | 201 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.21 |
| HSL | 288.44º | 0.56% | 0.52% | - |
| HSV(B) | 288.44º | 0.67% | 0.79% | - |
| XYZ | 30.17 | 17.23 | 56.99 | - |
| YUV | 113.98 | 177.11 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 201 | 0.13 | 0.67 | 0 | 0.21 | 288.44 | 0.56 | 0.52 |
| Hex | AF | 42 | C9 | D | 43 | 0 | 15 | 120 | 38 | 34 |
| Octal | 257 | 102 | 311 | 15 | 103 | 0 | 25 | 440 | 70 | 64 |
| Binary | 10101111 | 1000010 | 11001001 | 1101 | 1000011 | 0 | 10101 | 100100000 | 111000 | 110100 |
Color Harmonies of #AF42C9
Complementary color
Monochromatic Colors of #AF42C9
Black with #AF42C9
Text Example
Text Example
White with #AF42C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42C9; }
p { color: rgb(175,66,201); }
H1.HeaderClassName
{
color: #AF42C9;
}
.AnyTagClassName
{
color: #AF42C9;
}
</style>
background-color css
<style>
a { background-color: #AF42C9; }
a { background-color: rgb(175,66,201); }
div.DivClassName
{
background-color: #AF42C9;
}
.BgClassName
{
background-color: #AF42C9;
}
</style>
border-color css
<style>
span { border-color: #AF42C9; }
span { border-color: rgb(175,66,201); }
td.TdClassName
{
border-color: #AF42C9;
}
.TagClassName
{
border-color: #AF42C9;
}
</style>