Shades of Medium Orchid #AF64E0
Tints of Medium Orchid #AF64E0
RGB
CMYK
RGB Variations
Color information
#AF64E0 (or 0xAF64E0) is known color: Medium Orchid. HEX triplet: AF, 64 and E0. RGB value is (175,100,224). Sum of RGB (Red+Green+Blue) = 175+100+224=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF64E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64E0 is #509B1F. Grayscale: #888888. Windows color (decimal): -5282592 or 14705839. OLE color: 14705839.
HSL color Cylindrical-coordinate representation of color #AF64E0: hue angle of 276.29º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF64E0 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 100 | 224 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.12 |
| HSL | 276.29º | 0.67% | 0.64% | - |
| HSV(B) | 276.29º | 0.55% | 0.88% | - |
| XYZ | 35.69 | 23.61 | 73.2 | - |
| YUV | 136.56 | 177.35 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 224 | 0.22 | 0.55 | 0 | 0.12 | 276.29 | 0.67 | 0.64 |
| Hex | AF | 64 | E0 | 16 | 37 | 0 | C | 114 | 43 | 40 |
| Octal | 257 | 144 | 340 | 26 | 67 | 0 | 14 | 424 | 103 | 100 |
| Binary | 10101111 | 1100100 | 11100000 | 10110 | 110111 | 0 | 1100 | 100010100 | 1000011 | 1000000 |
Color Harmonies of #AF64E0
Complementary color
Monochromatic Colors of #AF64E0
Black with #AF64E0
Text Example
Text Example
White with #AF64E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64E0; }
p { color: rgb(175,100,224); }
H1.HeaderClassName
{
color: #AF64E0;
}
.AnyTagClassName
{
color: #AF64E0;
}
</style>
background-color css
<style>
a { background-color: #AF64E0; }
a { background-color: rgb(175,100,224); }
div.DivClassName
{
background-color: #AF64E0;
}
.BgClassName
{
background-color: #AF64E0;
}
</style>
border-color css
<style>
span { border-color: #AF64E0; }
span { border-color: rgb(175,100,224); }
td.TdClassName
{
border-color: #AF64E0;
}
.TagClassName
{
border-color: #AF64E0;
}
</style>