#AF49D1

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

Shades of Medium Orchid #AF49D1

Tints of Medium Orchid #AF49D1

Color information

#AF49D1 (or 0xAF49D1) is unknown color: approx Medium Orchid. HEX triplet: AF, 49 and D1. RGB value is (175,73,209). Sum of RGB (Red+Green+Blue) = 175+73+209=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF49D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49D1 is #50B62E. Grayscale: #767676. Windows color (decimal): -5289519 or 13715887. OLE color: 13715887.

HSL color Cylindrical-coordinate representation of color #AF49D1: hue angle of 285º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF49D1 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17573209-
CMYK0.160.6500.18
HSL285º59.65%55.29%-
HSV(B)285º65.07%81.96%-
XYZ31.5718.4862.23-
YUV119178.79167.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 73 (28.91% from 255) = 15.97%
BLUE value IS 209 (82.03% from 255) = 45.73%
R=38.29%
G=15.97%
B=45.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175732090.160.6500.1828559.6555.29
HexAF49D1104101211d3c37
Octal257111321201010224357467
Binary10101111100100111010001100001000001010010100011101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF49D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF49D1; }

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

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

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

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

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

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

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

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