Shades of Medium Orchid #AF64E6
Tints of Medium Orchid #AF64E6
RGB
CMYK
RGB Variations
Color information
#AF64E6 (or 0xAF64E6) is known color: Medium Orchid. HEX triplet: AF, 64 and E6. RGB value is (175,100,230). Sum of RGB (Red+Green+Blue) = 175+100+230=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF64E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF64E6 is #509B19. Grayscale: #888888. Windows color (decimal): -5282586 or 15099055. OLE color: 15099055.
HSL color Cylindrical-coordinate representation of color #AF64E6: hue angle of 274.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF64E6 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 100 | 230 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.10 |
| HSL | 274.62º | 0.72% | 0.65% | - |
| HSV(B) | 274.62º | 0.57% | 0.9% | - |
| XYZ | 36.52 | 23.94 | 77.56 | - |
| YUV | 137.25 | 180.35 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 230 | 0.24 | 0.57 | 0 | 0.10 | 274.62 | 0.72 | 0.65 |
| Hex | AF | 64 | E6 | 18 | 39 | 0 | A | 113 | 48 | 41 |
| Octal | 257 | 144 | 346 | 30 | 71 | 0 | 12 | 423 | 110 | 101 |
| Binary | 10101111 | 1100100 | 11100110 | 11000 | 111001 | 0 | 1010 | 100010011 | 1001000 | 1000001 |
Color Harmonies of #AF64E6
Complementary color
Monochromatic Colors of #AF64E6
Black with #AF64E6
Text Example
Text Example
White with #AF64E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64E6; }
p { color: rgb(175,100,230); }
H1.HeaderClassName
{
color: #AF64E6;
}
.AnyTagClassName
{
color: #AF64E6;
}
</style>
background-color css
<style>
a { background-color: #AF64E6; }
a { background-color: rgb(175,100,230); }
div.DivClassName
{
background-color: #AF64E6;
}
.BgClassName
{
background-color: #AF64E6;
}
</style>
border-color css
<style>
span { border-color: #AF64E6; }
span { border-color: rgb(175,100,230); }
td.TdClassName
{
border-color: #AF64E6;
}
.TagClassName
{
border-color: #AF64E6;
}
</style>