Shades of Medium Orchid #AF61C4
Tints of Medium Orchid #AF61C4
RGB
CMYK
RGB Variations
Color information
#AF61C4 (or 0xAF61C4) is known color: Medium Orchid. HEX triplet: AF, 61 and C4. RGB value is (175,97,196). Sum of RGB (Red+Green+Blue) = 175+97+196=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF61C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61C4 is #509E3B. Grayscale: #838383. Windows color (decimal): -5283388 or 12870063. OLE color: 12870063.
HSL color Cylindrical-coordinate representation of color #AF61C4: hue angle of 287.27º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF61C4 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 97 | 196 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.23 |
| HSL | 287.27º | 0.46% | 0.57% | - |
| HSV(B) | 287.27º | 0.51% | 0.77% | - |
| XYZ | 31.92 | 21.65 | 54.72 | - |
| YUV | 131.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 196 | 0.11 | 0.51 | 0 | 0.23 | 287.27 | 0.46 | 0.57 |
| Hex | AF | 61 | C4 | B | 33 | 0 | 17 | 11F | 2E | 39 |
| Octal | 257 | 141 | 304 | 13 | 63 | 0 | 27 | 437 | 56 | 71 |
| Binary | 10101111 | 1100001 | 11000100 | 1011 | 110011 | 0 | 10111 | 100011111 | 101110 | 111001 |
Color Harmonies of #AF61C4
Complementary color
Monochromatic Colors of #AF61C4
Black with #AF61C4
Text Example
Text Example
White with #AF61C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF61C4; }
p { color: rgb(175,97,196); }
H1.HeaderClassName
{
color: #AF61C4;
}
.AnyTagClassName
{
color: #AF61C4;
}
</style>
background-color css
<style>
a { background-color: #AF61C4; }
a { background-color: rgb(175,97,196); }
div.DivClassName
{
background-color: #AF61C4;
}
.BgClassName
{
background-color: #AF61C4;
}
</style>
border-color css
<style>
span { border-color: #AF61C4; }
span { border-color: rgb(175,97,196); }
td.TdClassName
{
border-color: #AF61C4;
}
.TagClassName
{
border-color: #AF61C4;
}
</style>