#AF40EC

Color #AF40EC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AF40EC

Tints of Medium Orchid #AF40EC

Color information

#AF40EC (or 0xAF40EC) is unknown color: approx Medium Orchid. HEX triplet: AF, 40 and EC. RGB value is (175,64,236). Sum of RGB (Red+Green+Blue) = 175+64+236=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF40EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF40EC is #50BF13. Grayscale: #747474. Windows color (decimal): -5291796 or 15483055. OLE color: 15483055.

HSL color Cylindrical-coordinate representation of color #AF40EC: hue angle of 278.72º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF40EC is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17564236-
CMYK0.260.7300.07
HSL278.72º81.9%58.82%-
HSV(B)278.72º72.88%92.55%-
XYZ34.6518.8481.17-
YUV116.8195.27169.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 64 (25.39% from 255) = 13.47%
BLUE value IS 236 (92.58% from 255) = 49.68%
R=36.84%
G=13.47%
B=49.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175642360.260.7300.07278.7281.958.82
HexAF40EC1A4907117523b
Octal257100354321110742712273
Binary1010111110000001110110011010100100101111000101111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF40EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF40EC; }

 p { color: rgb(175,64,236); }

 H1.HeaderClassName
 {
   color: #AF40EC;
 }
 .AnyTagClassName
 {
   color: #AF40EC;
 }
</style>
background-color css

<style>
 a { background-color: #AF40EC; }

 a { background-color: rgb(175,64,236); }

 div.DivClassName
 {
   background-color: #AF40EC;
 }
 .BgClassName
 {
   background-color: #AF40EC;
 }
</style>
border-color css

<style>
 span { border-color: #AF40EC; }

 span { border-color: rgb(175,64,236); }

 td.TdClassName
 {
   border-color: #AF40EC;
 }
 .TagClassName
 {
   border-color: #AF40EC;
 }
</style>