Shades of Medium Orchid #AF3DF0
Tints of Medium Orchid #AF3DF0
RGB
CMYK
RGB Variations
Color information
#AF3DF0 (or 0xAF3DF0) is known color: Medium Orchid. HEX triplet: AF, 3D and F0. RGB value is (175,61,240). Sum of RGB (Red+Green+Blue) = 175+61+240=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF3DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3DF0 is #50C20F. Grayscale: #727272. Windows color (decimal): -5292560 or 15744431. OLE color: 15744431.
HSL color Cylindrical-coordinate representation of color #AF3DF0: hue angle of 278.21º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3DF0 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 61 | 240 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.06 |
| HSL | 278.21º | 0.86% | 0.59% | - |
| HSV(B) | 278.21º | 0.75% | 0.94% | - |
| XYZ | 35.08 | 18.74 | 84.21 | - |
| YUV | 115.49 | 198.27 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 240 | 0.27 | 0.75 | 0 | 0.06 | 278.21 | 0.86 | 0.59 |
| Hex | AF | 3D | F0 | 1B | 4B | 0 | 6 | 116 | 56 | 3B |
| Octal | 257 | 75 | 360 | 33 | 113 | 0 | 6 | 426 | 126 | 73 |
| Binary | 10101111 | 111101 | 11110000 | 11011 | 1001011 | 0 | 110 | 100010110 | 1010110 | 111011 |
Color Harmonies of #AF3DF0
Complementary color
Monochromatic Colors of #AF3DF0
Black with #AF3DF0
Text Example
Text Example
White with #AF3DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3DF0; }
p { color: rgb(175,61,240); }
H1.HeaderClassName
{
color: #AF3DF0;
}
.AnyTagClassName
{
color: #AF3DF0;
}
</style>
background-color css
<style>
a { background-color: #AF3DF0; }
a { background-color: rgb(175,61,240); }
div.DivClassName
{
background-color: #AF3DF0;
}
.BgClassName
{
background-color: #AF3DF0;
}
</style>
border-color css
<style>
span { border-color: #AF3DF0; }
span { border-color: rgb(175,61,240); }
td.TdClassName
{
border-color: #AF3DF0;
}
.TagClassName
{
border-color: #AF3DF0;
}
</style>