Shades of Medium Orchid #AF3CEA
Tints of Medium Orchid #AF3CEA
RGB
CMYK
RGB Variations
Color information
#AF3CEA (or 0xAF3CEA) is known color: Medium Orchid. HEX triplet: AF, 3C and EA. RGB value is (175,60,234). Sum of RGB (Red+Green+Blue) = 175+60+234=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF3CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3CEA is #50C315. Grayscale: #717171. Windows color (decimal): -5292822 or 15350959. OLE color: 15350959.
HSL color Cylindrical-coordinate representation of color #AF3CEA: hue angle of 279.66º 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 #AF3CEA is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 60 | 234 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.08 |
| HSL | 279.66º | 0.81% | 0.58% | - |
| HSV(B) | 279.66º | 0.74% | 0.92% | - |
| XYZ | 34.15 | 18.29 | 79.57 | - |
| YUV | 114.22 | 195.6 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 234 | 0.25 | 0.74 | 0 | 0.08 | 279.66 | 0.81 | 0.58 |
| Hex | AF | 3C | EA | 19 | 4A | 0 | 8 | 118 | 51 | 3A |
| Octal | 257 | 74 | 352 | 31 | 112 | 0 | 10 | 430 | 121 | 72 |
| Binary | 10101111 | 111100 | 11101010 | 11001 | 1001010 | 0 | 1000 | 100011000 | 1010001 | 111010 |
Color Harmonies of #AF3CEA
Complementary color
Monochromatic Colors of #AF3CEA
Black with #AF3CEA
Text Example
Text Example
White with #AF3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3CEA; }
p { color: rgb(175,60,234); }
H1.HeaderClassName
{
color: #AF3CEA;
}
.AnyTagClassName
{
color: #AF3CEA;
}
</style>
background-color css
<style>
a { background-color: #AF3CEA; }
a { background-color: rgb(175,60,234); }
div.DivClassName
{
background-color: #AF3CEA;
}
.BgClassName
{
background-color: #AF3CEA;
}
</style>
border-color css
<style>
span { border-color: #AF3CEA; }
span { border-color: rgb(175,60,234); }
td.TdClassName
{
border-color: #AF3CEA;
}
.TagClassName
{
border-color: #AF3CEA;
}
</style>