Shades of Medium Orchid #AF4AF6
Tints of Medium Orchid #AF4AF6
RGB
CMYK
RGB Variations
Color information
#AF4AF6 (or 0xAF4AF6) is known color: Medium Orchid. HEX triplet: AF, 4A and F6. RGB value is (175,74,246). Sum of RGB (Red+Green+Blue) = 175+74+246=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF4AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AF6 is #50B509. Grayscale: #7B7B7B. Windows color (decimal): -5289226 or 16140975. OLE color: 16140975.
HSL color Cylindrical-coordinate representation of color #AF4AF6: hue angle of 275.23º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4AF6 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 74 | 246 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.04 |
| HSL | 275.23º | 0.91% | 0.63% | - |
| HSV(B) | 275.23º | 0.7% | 0.96% | - |
| XYZ | 36.76 | 20.67 | 89.24 | - |
| YUV | 123.81 | 196.96 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 246 | 0.29 | 0.70 | 0 | 0.04 | 275.23 | 0.91 | 0.63 |
| Hex | AF | 4A | F6 | 1D | 46 | 0 | 4 | 113 | 5B | 3F |
| Octal | 257 | 112 | 366 | 35 | 106 | 0 | 4 | 423 | 133 | 77 |
| Binary | 10101111 | 1001010 | 11110110 | 11101 | 1000110 | 0 | 100 | 100010011 | 1011011 | 111111 |
Color Harmonies of #AF4AF6
Complementary color
Monochromatic Colors of #AF4AF6
Black with #AF4AF6
Text Example
Text Example
White with #AF4AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AF6; }
p { color: rgb(175,74,246); }
H1.HeaderClassName
{
color: #AF4AF6;
}
.AnyTagClassName
{
color: #AF4AF6;
}
</style>
background-color css
<style>
a { background-color: #AF4AF6; }
a { background-color: rgb(175,74,246); }
div.DivClassName
{
background-color: #AF4AF6;
}
.BgClassName
{
background-color: #AF4AF6;
}
</style>
border-color css
<style>
span { border-color: #AF4AF6; }
span { border-color: rgb(175,74,246); }
td.TdClassName
{
border-color: #AF4AF6;
}
.TagClassName
{
border-color: #AF4AF6;
}
</style>