#AF49C5

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

Shades of Medium Orchid #AF49C5

Tints of Medium Orchid #AF49C5

Color information

#AF49C5 (or 0xAF49C5) is unknown color: approx Medium Orchid. HEX triplet: AF, 49 and C5. RGB value is (175,73,197). Sum of RGB (Red+Green+Blue) = 175+73+197=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF49C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49C5 is #50B63A. Grayscale: #757575. Windows color (decimal): -5289531 or 12929455. OLE color: 12929455.

HSL color Cylindrical-coordinate representation of color #AF49C5: hue angle of 289.35º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF49C5 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17573197-
CMYK0.110.6300.23
HSL289.35º51.67%52.94%-
HSV(B)289.35º62.94%77.25%-
XYZ30.1417.9154.69-
YUV117.63172.79168.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 73 (28.91% from 255) = 16.40%
BLUE value IS 197 (77.34% from 255) = 44.27%
R=39.33%
G=16.40%
B=44.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175731970.110.6300.23289.3551.6752.94
HexAF49C5B3F0171213435
Octal25711130513770274416465
Binary101011111001001110001011011111111010111100100001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF49C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF49C5; }

 p { color: rgb(175,73,197); }

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

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

 a { background-color: rgb(175,73,197); }

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

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

 span { border-color: rgb(175,73,197); }

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