#AF57C1

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

Shades of Medium Orchid #AF57C1

Tints of Medium Orchid #AF57C1

Color information

#AF57C1 (or 0xAF57C1) is unknown color: approx Medium Orchid. HEX triplet: AF, 57 and C1. RGB value is (175,87,193). Sum of RGB (Red+Green+Blue) = 175+87+193=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF57C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57C1 is #50A83E. Grayscale: #7D7D7D. Windows color (decimal): -5285951 or 12670895. OLE color: 12670895.

HSL color Cylindrical-coordinate representation of color #AF57C1: hue angle of 289.81º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF57C1 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17587193-
CMYK0.090.5500.24
HSL289.81º46.09%54.9%-
HSV(B)289.81º54.92%75.69%-
XYZ30.7119.7852.65-
YUV125.4166.15163.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 87 (34.38% from 255) = 19.12%
BLUE value IS 193 (75.78% from 255) = 42.42%
R=38.46%
G=19.12%
B=42.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175871930.090.5500.24289.8146.0954.9
HexAF57C19370181222e37
Octal25712730111670304425667
Binary101011111010111110000011001110111011000100100010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF57C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF57C1; }

 p { color: rgb(175,87,193); }

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

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

 a { background-color: rgb(175,87,193); }

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

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

 span { border-color: rgb(175,87,193); }

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