Shades of Medium Orchid #AF64C4
Tints of Medium Orchid #AF64C4
RGB
CMYK
RGB Variations
Color information
#AF64C4 (or 0xAF64C4) is known color: Medium Orchid. HEX triplet: AF, 64 and C4. RGB value is (175,100,196). Sum of RGB (Red+Green+Blue) = 175+100+196=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF64C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64C4 is #509B3B. Grayscale: #858585. Windows color (decimal): -5282620 or 12870831. OLE color: 12870831.
HSL color Cylindrical-coordinate representation of color #AF64C4: hue angle of 286.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF64C4 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 100 | 196 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.23 |
| HSL | 286.88º | 0.45% | 0.58% | - |
| HSV(B) | 286.88º | 0.49% | 0.77% | - |
| XYZ | 32.2 | 22.21 | 54.82 | - |
| YUV | 133.37 | 163.35 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 196 | 0.11 | 0.49 | 0 | 0.23 | 286.88 | 0.45 | 0.58 |
| Hex | AF | 64 | C4 | B | 31 | 0 | 17 | 11F | 2D | 3A |
| Octal | 257 | 144 | 304 | 13 | 61 | 0 | 27 | 437 | 55 | 72 |
| Binary | 10101111 | 1100100 | 11000100 | 1011 | 110001 | 0 | 10111 | 100011111 | 101101 | 111010 |
Color Harmonies of #AF64C4
Complementary color
Monochromatic Colors of #AF64C4
Black with #AF64C4
Text Example
Text Example
White with #AF64C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64C4; }
p { color: rgb(175,100,196); }
H1.HeaderClassName
{
color: #AF64C4;
}
.AnyTagClassName
{
color: #AF64C4;
}
</style>
background-color css
<style>
a { background-color: #AF64C4; }
a { background-color: rgb(175,100,196); }
div.DivClassName
{
background-color: #AF64C4;
}
.BgClassName
{
background-color: #AF64C4;
}
</style>
border-color css
<style>
span { border-color: #AF64C4; }
span { border-color: rgb(175,100,196); }
td.TdClassName
{
border-color: #AF64C4;
}
.TagClassName
{
border-color: #AF64C4;
}
</style>