Shades of Medium Orchid #AF64E4
Tints of Medium Orchid #AF64E4
RGB
CMYK
RGB Variations
Color information
#AF64E4 (or 0xAF64E4) is known color: Medium Orchid. HEX triplet: AF, 64 and E4. RGB value is (175,100,228). Sum of RGB (Red+Green+Blue) = 175+100+228=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 228 (89.45% from 255 or 45.33% from 503); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF64E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64E4 is #509B1B. Grayscale: #888888. Windows color (decimal): -5282588 or 14967983. OLE color: 14967983.
HSL color Cylindrical-coordinate representation of color #AF64E4: hue angle of 275.16º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF64E4 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 100 | 228 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.11 |
| HSL | 275.16º | 0.7% | 0.64% | - |
| HSV(B) | 275.16º | 0.56% | 0.89% | - |
| XYZ | 36.24 | 23.83 | 76.09 | - |
| YUV | 137.02 | 179.35 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 228 | 0.23 | 0.56 | 0 | 0.11 | 275.16 | 0.7 | 0.64 |
| Hex | AF | 64 | E4 | 17 | 38 | 0 | B | 113 | 46 | 40 |
| Octal | 257 | 144 | 344 | 27 | 70 | 0 | 13 | 423 | 106 | 100 |
| Binary | 10101111 | 1100100 | 11100100 | 10111 | 111000 | 0 | 1011 | 100010011 | 1000110 | 1000000 |
Color Harmonies of #AF64E4
Complementary color
Monochromatic Colors of #AF64E4
Black with #AF64E4
Text Example
Text Example
White with #AF64E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64E4; }
p { color: rgb(175,100,228); }
H1.HeaderClassName
{
color: #AF64E4;
}
.AnyTagClassName
{
color: #AF64E4;
}
</style>
background-color css
<style>
a { background-color: #AF64E4; }
a { background-color: rgb(175,100,228); }
div.DivClassName
{
background-color: #AF64E4;
}
.BgClassName
{
background-color: #AF64E4;
}
</style>
border-color css
<style>
span { border-color: #AF64E4; }
span { border-color: rgb(175,100,228); }
td.TdClassName
{
border-color: #AF64E4;
}
.TagClassName
{
border-color: #AF64E4;
}
</style>