Shades of Medium Orchid #AF42FB
Tints of Medium Orchid #AF42FB
RGB
CMYK
RGB Variations
Color information
#AF42FB (or 0xAF42FB) is known color: Medium Orchid. HEX triplet: AF, 42 and FB. RGB value is (175,66,251). Sum of RGB (Red+Green+Blue) = 175+66+251=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF42FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42FB is #50BD04. Grayscale: #777777. Windows color (decimal): -5291269 or 16466607. OLE color: 16466607.
HSL color Cylindrical-coordinate representation of color #AF42FB: hue angle of 275.35º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF42FB is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 66 | 251 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.02 |
| HSL | 275.35º | 0.96% | 0.62% | - |
| HSV(B) | 275.35º | 0.74% | 0.98% | - |
| XYZ | 37.04 | 19.98 | 93.17 | - |
| YUV | 119.68 | 202.11 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 251 | 0.30 | 0.74 | 0 | 0.02 | 275.35 | 0.96 | 0.62 |
| Hex | AF | 42 | FB | 1E | 4A | 0 | 2 | 113 | 60 | 3E |
| Octal | 257 | 102 | 373 | 36 | 112 | 0 | 2 | 423 | 140 | 76 |
| Binary | 10101111 | 1000010 | 11111011 | 11110 | 1001010 | 0 | 10 | 100010011 | 1100000 | 111110 |
Color Harmonies of #AF42FB
Complementary color
Monochromatic Colors of #AF42FB
Black with #AF42FB
Text Example
Text Example
White with #AF42FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42FB; }
p { color: rgb(175,66,251); }
H1.HeaderClassName
{
color: #AF42FB;
}
.AnyTagClassName
{
color: #AF42FB;
}
</style>
background-color css
<style>
a { background-color: #AF42FB; }
a { background-color: rgb(175,66,251); }
div.DivClassName
{
background-color: #AF42FB;
}
.BgClassName
{
background-color: #AF42FB;
}
</style>
border-color css
<style>
span { border-color: #AF42FB; }
span { border-color: rgb(175,66,251); }
td.TdClassName
{
border-color: #AF42FB;
}
.TagClassName
{
border-color: #AF42FB;
}
</style>