Shades of Medium Orchid #AF42F8
Tints of Medium Orchid #AF42F8
RGB
CMYK
RGB Variations
Color information
#AF42F8 (or 0xAF42F8) is known color: Medium Orchid. HEX triplet: AF, 42 and F8. RGB value is (175,66,248). Sum of RGB (Red+Green+Blue) = 175+66+248=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF42F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42F8 is #50BD07. Grayscale: #767676. Windows color (decimal): -5291272 or 16269999. OLE color: 16269999.
HSL color Cylindrical-coordinate representation of color #AF42F8: hue angle of 275.93º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF42F8 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 66 | 248 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.03 |
| HSL | 275.93º | 0.93% | 0.62% | - |
| HSV(B) | 275.93º | 0.73% | 0.97% | - |
| XYZ | 36.57 | 19.79 | 90.7 | - |
| YUV | 119.34 | 200.61 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 248 | 0.29 | 0.73 | 0 | 0.03 | 275.93 | 0.93 | 0.62 |
| Hex | AF | 42 | F8 | 1D | 49 | 0 | 3 | 114 | 5D | 3E |
| Octal | 257 | 102 | 370 | 35 | 111 | 0 | 3 | 424 | 135 | 76 |
| Binary | 10101111 | 1000010 | 11111000 | 11101 | 1001001 | 0 | 11 | 100010100 | 1011101 | 111110 |
Color Harmonies of #AF42F8
Complementary color
Monochromatic Colors of #AF42F8
Black with #AF42F8
Text Example
Text Example
White with #AF42F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42F8; }
p { color: rgb(175,66,248); }
H1.HeaderClassName
{
color: #AF42F8;
}
.AnyTagClassName
{
color: #AF42F8;
}
</style>
background-color css
<style>
a { background-color: #AF42F8; }
a { background-color: rgb(175,66,248); }
div.DivClassName
{
background-color: #AF42F8;
}
.BgClassName
{
background-color: #AF42F8;
}
</style>
border-color css
<style>
span { border-color: #AF42F8; }
span { border-color: rgb(175,66,248); }
td.TdClassName
{
border-color: #AF42F8;
}
.TagClassName
{
border-color: #AF42F8;
}
</style>