Shades of Medium Orchid #AF3BEA
Tints of Medium Orchid #AF3BEA
RGB
CMYK
RGB Variations
Color information
#AF3BEA (or 0xAF3BEA) is known color: Medium Orchid. HEX triplet: AF, 3B and EA. RGB value is (175,59,234). Sum of RGB (Red+Green+Blue) = 175+59+234=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF3BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3BEA is #50C415. Grayscale: #717171. Windows color (decimal): -5293078 or 15350703. OLE color: 15350703.
HSL color Cylindrical-coordinate representation of color #AF3BEA: hue angle of 279.77º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3BEA is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 59 | 234 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.08 |
| HSL | 279.77º | 0.81% | 0.57% | - |
| HSV(B) | 279.77º | 0.75% | 0.92% | - |
| XYZ | 34.09 | 18.18 | 79.55 | - |
| YUV | 113.63 | 195.93 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 234 | 0.25 | 0.75 | 0 | 0.08 | 279.77 | 0.81 | 0.57 |
| Hex | AF | 3B | EA | 19 | 4B | 0 | 8 | 118 | 51 | 39 |
| Octal | 257 | 73 | 352 | 31 | 113 | 0 | 10 | 430 | 121 | 71 |
| Binary | 10101111 | 111011 | 11101010 | 11001 | 1001011 | 0 | 1000 | 100011000 | 1010001 | 111001 |
Color Harmonies of #AF3BEA
Complementary color
Monochromatic Colors of #AF3BEA
Black with #AF3BEA
Text Example
Text Example
White with #AF3BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BEA; }
p { color: rgb(175,59,234); }
H1.HeaderClassName
{
color: #AF3BEA;
}
.AnyTagClassName
{
color: #AF3BEA;
}
</style>
background-color css
<style>
a { background-color: #AF3BEA; }
a { background-color: rgb(175,59,234); }
div.DivClassName
{
background-color: #AF3BEA;
}
.BgClassName
{
background-color: #AF3BEA;
}
</style>
border-color css
<style>
span { border-color: #AF3BEA; }
span { border-color: rgb(175,59,234); }
td.TdClassName
{
border-color: #AF3BEA;
}
.TagClassName
{
border-color: #AF3BEA;
}
</style>