Shades of Medium Orchid #AF64EB
Tints of Medium Orchid #AF64EB
RGB
CMYK
RGB Variations
Color information
#AF64EB (or 0xAF64EB) is known color: Medium Orchid. HEX triplet: AF, 64 and EB. RGB value is (175,100,235). Sum of RGB (Red+Green+Blue) = 175+100+235=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF64EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF64EB is #509B14. Grayscale: #898989. Windows color (decimal): -5282581 or 15426735. OLE color: 15426735.
HSL color Cylindrical-coordinate representation of color #AF64EB: hue angle of 273.33º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF64EB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 100 | 235 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.08 |
| HSL | 273.33º | 0.77% | 0.66% | - |
| HSV(B) | 273.33º | 0.57% | 0.92% | - |
| XYZ | 37.23 | 24.23 | 81.31 | - |
| YUV | 137.82 | 182.85 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 235 | 0.26 | 0.57 | 0 | 0.08 | 273.33 | 0.77 | 0.66 |
| Hex | AF | 64 | EB | 1A | 39 | 0 | 8 | 111 | 4D | 42 |
| Octal | 257 | 144 | 353 | 32 | 71 | 0 | 10 | 421 | 115 | 102 |
| Binary | 10101111 | 1100100 | 11101011 | 11010 | 111001 | 0 | 1000 | 100010001 | 1001101 | 1000010 |
Color Harmonies of #AF64EB
Complementary color
Monochromatic Colors of #AF64EB
Black with #AF64EB
Text Example
Text Example
White with #AF64EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64EB; }
p { color: rgb(175,100,235); }
H1.HeaderClassName
{
color: #AF64EB;
}
.AnyTagClassName
{
color: #AF64EB;
}
</style>
background-color css
<style>
a { background-color: #AF64EB; }
a { background-color: rgb(175,100,235); }
div.DivClassName
{
background-color: #AF64EB;
}
.BgClassName
{
background-color: #AF64EB;
}
</style>
border-color css
<style>
span { border-color: #AF64EB; }
span { border-color: rgb(175,100,235); }
td.TdClassName
{
border-color: #AF64EB;
}
.TagClassName
{
border-color: #AF64EB;
}
</style>