Shades of Medium Orchid #AF42F3
Tints of Medium Orchid #AF42F3
RGB
CMYK
RGB Variations
Color information
#AF42F3 (or 0xAF42F3) is known color: Medium Orchid. HEX triplet: AF, 42 and F3. RGB value is (175,66,243). Sum of RGB (Red+Green+Blue) = 175+66+243=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF42F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42F3 is #50BD0C. Grayscale: #767676. Windows color (decimal): -5291277 or 15942319. OLE color: 15942319.
HSL color Cylindrical-coordinate representation of color #AF42F3: hue angle of 276.95º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF42F3 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 66 | 243 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.05 |
| HSL | 276.95º | 0.88% | 0.61% | - |
| HSV(B) | 276.95º | 0.73% | 0.95% | - |
| XYZ | 35.81 | 19.48 | 86.67 | - |
| YUV | 118.77 | 198.11 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 243 | 0.28 | 0.73 | 0 | 0.05 | 276.95 | 0.88 | 0.61 |
| Hex | AF | 42 | F3 | 1C | 49 | 0 | 5 | 115 | 58 | 3D |
| Octal | 257 | 102 | 363 | 34 | 111 | 0 | 5 | 425 | 130 | 75 |
| Binary | 10101111 | 1000010 | 11110011 | 11100 | 1001001 | 0 | 101 | 100010101 | 1011000 | 111101 |
Color Harmonies of #AF42F3
Complementary color
Monochromatic Colors of #AF42F3
Black with #AF42F3
Text Example
Text Example
White with #AF42F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42F3; }
p { color: rgb(175,66,243); }
H1.HeaderClassName
{
color: #AF42F3;
}
.AnyTagClassName
{
color: #AF42F3;
}
</style>
background-color css
<style>
a { background-color: #AF42F3; }
a { background-color: rgb(175,66,243); }
div.DivClassName
{
background-color: #AF42F3;
}
.BgClassName
{
background-color: #AF42F3;
}
</style>
border-color css
<style>
span { border-color: #AF42F3; }
span { border-color: rgb(175,66,243); }
td.TdClassName
{
border-color: #AF42F3;
}
.TagClassName
{
border-color: #AF42F3;
}
</style>