Shades of Medium Orchid #AF3DEB
Tints of Medium Orchid #AF3DEB
RGB
CMYK
RGB Variations
Color information
#AF3DEB (or 0xAF3DEB) is known color: Medium Orchid. HEX triplet: AF, 3D and EB. RGB value is (175,61,235). Sum of RGB (Red+Green+Blue) = 175+61+235=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF3DEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3DEB is #50C214. Grayscale: #727272. Windows color (decimal): -5292565 or 15416751. OLE color: 15416751.
HSL color Cylindrical-coordinate representation of color #AF3DEB: hue angle of 279.31º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3DEB is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 61 | 235 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.08 |
| HSL | 279.31º | 0.81% | 0.58% | - |
| HSV(B) | 279.31º | 0.74% | 0.92% | - |
| XYZ | 34.34 | 18.45 | 80.35 | - |
| YUV | 114.92 | 195.77 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 235 | 0.26 | 0.74 | 0 | 0.08 | 279.31 | 0.81 | 0.58 |
| Hex | AF | 3D | EB | 1A | 4A | 0 | 8 | 117 | 51 | 3A |
| Octal | 257 | 75 | 353 | 32 | 112 | 0 | 10 | 427 | 121 | 72 |
| Binary | 10101111 | 111101 | 11101011 | 11010 | 1001010 | 0 | 1000 | 100010111 | 1010001 | 111010 |
Color Harmonies of #AF3DEB
Complementary color
Monochromatic Colors of #AF3DEB
Black with #AF3DEB
Text Example
Text Example
White with #AF3DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3DEB; }
p { color: rgb(175,61,235); }
H1.HeaderClassName
{
color: #AF3DEB;
}
.AnyTagClassName
{
color: #AF3DEB;
}
</style>
background-color css
<style>
a { background-color: #AF3DEB; }
a { background-color: rgb(175,61,235); }
div.DivClassName
{
background-color: #AF3DEB;
}
.BgClassName
{
background-color: #AF3DEB;
}
</style>
border-color css
<style>
span { border-color: #AF3DEB; }
span { border-color: rgb(175,61,235); }
td.TdClassName
{
border-color: #AF3DEB;
}
.TagClassName
{
border-color: #AF3DEB;
}
</style>