#AF57C0

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

Shades of Medium Orchid #AF57C0

Tints of Medium Orchid #AF57C0

Color information

#AF57C0 (or 0xAF57C0) is unknown color: approx Medium Orchid. HEX triplet: AF, 57 and C0. RGB value is (175,87,192). Sum of RGB (Red+Green+Blue) = 175+87+192=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF57C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57C0 is #50A83F. Grayscale: #7C7C7C. Windows color (decimal): -5285952 or 12605359. OLE color: 12605359.

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

Color convert

RGB17587192-
CMYK0.090.5500.25
HSL290.29º45.45%54.71%-
HSV(B)290.29º54.69%75.29%-
XYZ30.619.7452.07-
YUV125.28165.65163.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 87 (34.38% from 255) = 19.16%
BLUE value IS 192 (75.39% from 255) = 42.29%
R=38.55%
G=19.16%
B=42.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175871920.090.5500.25290.2945.4554.71
HexAF57C09370191222d37
Octal25712730011670314425567
Binary101011111010111110000001001110111011001100100010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF57C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF57C0; }

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

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

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

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

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

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

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

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