Shades of Medium Orchid #AF4AF3
Tints of Medium Orchid #AF4AF3
RGB
CMYK
RGB Variations
Color information
#AF4AF3 (or 0xAF4AF3) is known color: Medium Orchid. HEX triplet: AF, 4A and F3. RGB value is (175,74,243). Sum of RGB (Red+Green+Blue) = 175+74+243=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF4AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AF3 is #50B50C. Grayscale: #7A7A7A. Windows color (decimal): -5289229 or 15944367. OLE color: 15944367.
HSL color Cylindrical-coordinate representation of color #AF4AF3: hue angle of 275.86º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4AF3 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 74 | 243 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.05 |
| HSL | 275.86º | 0.88% | 0.62% | - |
| HSV(B) | 275.86º | 0.7% | 0.95% | - |
| XYZ | 36.31 | 20.48 | 86.83 | - |
| YUV | 123.47 | 195.46 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 243 | 0.28 | 0.70 | 0 | 0.05 | 275.86 | 0.88 | 0.62 |
| Hex | AF | 4A | F3 | 1C | 46 | 0 | 5 | 114 | 58 | 3E |
| Octal | 257 | 112 | 363 | 34 | 106 | 0 | 5 | 424 | 130 | 76 |
| Binary | 10101111 | 1001010 | 11110011 | 11100 | 1000110 | 0 | 101 | 100010100 | 1011000 | 111110 |
Color Harmonies of #AF4AF3
Complementary color
Monochromatic Colors of #AF4AF3
Black with #AF4AF3
Text Example
Text Example
White with #AF4AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AF3; }
p { color: rgb(175,74,243); }
H1.HeaderClassName
{
color: #AF4AF3;
}
.AnyTagClassName
{
color: #AF4AF3;
}
</style>
background-color css
<style>
a { background-color: #AF4AF3; }
a { background-color: rgb(175,74,243); }
div.DivClassName
{
background-color: #AF4AF3;
}
.BgClassName
{
background-color: #AF4AF3;
}
</style>
border-color css
<style>
span { border-color: #AF4AF3; }
span { border-color: rgb(175,74,243); }
td.TdClassName
{
border-color: #AF4AF3;
}
.TagClassName
{
border-color: #AF4AF3;
}
</style>