Shades of Medium Orchid #AF4ACF
Tints of Medium Orchid #AF4ACF
RGB
CMYK
RGB Variations
Color information
#AF4ACF (or 0xAF4ACF) is known color: Medium Orchid. HEX triplet: AF, 4A and CF. RGB value is (175,74,207). Sum of RGB (Red+Green+Blue) = 175+74+207=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF4ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4ACF is #50B530. Grayscale: #767676. Windows color (decimal): -5289265 or 13585071. OLE color: 13585071.
HSL color Cylindrical-coordinate representation of color #AF4ACF: hue angle of 285.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4ACF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 74 | 207 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.19 |
| HSL | 285.56º | 0.58% | 0.55% | - |
| HSV(B) | 285.56º | 0.64% | 0.81% | - |
| XYZ | 31.39 | 18.52 | 60.95 | - |
| YUV | 119.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 207 | 0.15 | 0.64 | 0 | 0.19 | 285.56 | 0.58 | 0.55 |
| Hex | AF | 4A | CF | F | 40 | 0 | 13 | 11E | 3A | 37 |
| Octal | 257 | 112 | 317 | 17 | 100 | 0 | 23 | 436 | 72 | 67 |
| Binary | 10101111 | 1001010 | 11001111 | 1111 | 1000000 | 0 | 10011 | 100011110 | 111010 | 110111 |
Color Harmonies of #AF4ACF
Complementary color
Monochromatic Colors of #AF4ACF
Black with #AF4ACF
Text Example
Text Example
White with #AF4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4ACF; }
p { color: rgb(175,74,207); }
H1.HeaderClassName
{
color: #AF4ACF;
}
.AnyTagClassName
{
color: #AF4ACF;
}
</style>
background-color css
<style>
a { background-color: #AF4ACF; }
a { background-color: rgb(175,74,207); }
div.DivClassName
{
background-color: #AF4ACF;
}
.BgClassName
{
background-color: #AF4ACF;
}
</style>
border-color css
<style>
span { border-color: #AF4ACF; }
span { border-color: rgb(175,74,207); }
td.TdClassName
{
border-color: #AF4ACF;
}
.TagClassName
{
border-color: #AF4ACF;
}
</style>