Shades of Medium Orchid #AF3CE9
Tints of Medium Orchid #AF3CE9
RGB
CMYK
RGB Variations
Color information
#AF3CE9 (or 0xAF3CE9) is known color: Medium Orchid. HEX triplet: AF, 3C and E9. RGB value is (175,60,233). Sum of RGB (Red+Green+Blue) = 175+60+233=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF3CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3CE9 is #50C316. Grayscale: #717171. Windows color (decimal): -5292823 or 15285423. OLE color: 15285423.
HSL color Cylindrical-coordinate representation of color #AF3CE9: hue angle of 279.88º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3CE9 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 60 | 233 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.09 |
| HSL | 279.88º | 0.8% | 0.57% | - |
| HSV(B) | 279.88º | 0.74% | 0.91% | - |
| XYZ | 34 | 18.23 | 78.82 | - |
| YUV | 114.11 | 195.1 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 233 | 0.25 | 0.74 | 0 | 0.09 | 279.88 | 0.8 | 0.57 |
| Hex | AF | 3C | E9 | 19 | 4A | 0 | 9 | 118 | 50 | 39 |
| Octal | 257 | 74 | 351 | 31 | 112 | 0 | 11 | 430 | 120 | 71 |
| Binary | 10101111 | 111100 | 11101001 | 11001 | 1001010 | 0 | 1001 | 100011000 | 1010000 | 111001 |
Color Harmonies of #AF3CE9
Complementary color
Monochromatic Colors of #AF3CE9
Black with #AF3CE9
Text Example
Text Example
White with #AF3CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3CE9; }
p { color: rgb(175,60,233); }
H1.HeaderClassName
{
color: #AF3CE9;
}
.AnyTagClassName
{
color: #AF3CE9;
}
</style>
background-color css
<style>
a { background-color: #AF3CE9; }
a { background-color: rgb(175,60,233); }
div.DivClassName
{
background-color: #AF3CE9;
}
.BgClassName
{
background-color: #AF3CE9;
}
</style>
border-color css
<style>
span { border-color: #AF3CE9; }
span { border-color: rgb(175,60,233); }
td.TdClassName
{
border-color: #AF3CE9;
}
.TagClassName
{
border-color: #AF3CE9;
}
</style>