#AC57C7

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

Shades of Medium Orchid #AC57C7

Tints of Medium Orchid #AC57C7

Color information

#AC57C7 (or 0xAC57C7) is unknown color: approx Medium Orchid. HEX triplet: AC, 57 and C7. RGB value is (172,87,199). Sum of RGB (Red+Green+Blue) = 172+87+199=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC57C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57C7 is #53A838. Grayscale: #7C7C7C. Windows color (decimal): -5482553 or 13064108. OLE color: 13064108.

HSL color Cylindrical-coordinate representation of color #AC57C7: hue angle of 285.54º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC57C7 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17287199-
CMYK0.140.5600.22
HSL285.54º50%56.08%-
HSV(B)285.54º56.28%78.04%-
XYZ30.7319.7156.22-
YUV125.18169.66161.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 87 (34.38% from 255) = 19.00%
BLUE value IS 199 (78.12% from 255) = 43.45%
R=37.55%
G=19.00%
B=43.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172871990.140.5600.22285.545056.08
HexAC57C7E3801611e3238
Octal25412730716700264366270
Binary101011001010111110001111110111000010110100011110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC57C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC57C7; }

 p { color: rgb(172,87,199); }

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

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

 a { background-color: rgb(172,87,199); }

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

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

 span { border-color: rgb(172,87,199); }

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