#AF50C6

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

Shades of Medium Orchid #AF50C6

Tints of Medium Orchid #AF50C6

Color information

#AF50C6 (or 0xAF50C6) is unknown color: approx Medium Orchid. HEX triplet: AF, 50 and C6. RGB value is (175,80,198). Sum of RGB (Red+Green+Blue) = 175+80+198=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF50C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50C6 is #50AF39. Grayscale: #797979. Windows color (decimal): -5287738 or 12996783. OLE color: 12996783.

HSL color Cylindrical-coordinate representation of color #AF50C6: hue angle of 288.31º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF50C6 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17580198-
CMYK0.120.6000.22
HSL288.31º50.86%54.51%-
HSV(B)288.31º59.6%77.65%-
XYZ30.7418.9355.46-
YUV121.86170.97165.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 80 (31.64% from 255) = 17.66%
BLUE value IS 198 (77.73% from 255) = 43.71%
R=38.63%
G=17.66%
B=43.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175801980.120.6000.22288.3150.8654.51
HexAF50C6C3C0161203337
Octal25712030614740264406367
Binary101011111010000110001101100111100010110100100000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF50C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF50C6; }

 p { color: rgb(175,80,198); }

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

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

 a { background-color: rgb(175,80,198); }

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

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

 span { border-color: rgb(175,80,198); }

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