#AC57CA

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

Shades of Medium Orchid #AC57CA

Tints of Medium Orchid #AC57CA

Color information

#AC57CA (or 0xAC57CA) is unknown color: approx Medium Orchid. HEX triplet: AC, 57 and CA. RGB value is (172,87,202). Sum of RGB (Red+Green+Blue) = 172+87+202=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC57CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57CA is #53A835. Grayscale: #7D7D7D. Windows color (decimal): -5482550 or 13260716. OLE color: 13260716.

HSL color Cylindrical-coordinate representation of color #AC57CA: hue angle of 284.35º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC57CA is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17287202-
CMYK0.150.5700.21
HSL284.35º52.04%56.67%-
HSV(B)284.35º56.93%79.22%-
XYZ31.0819.8558.07-
YUV125.52171.16161.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 87 (34.38% from 255) = 18.87%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=37.31%
G=18.87%
B=43.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172872020.150.5700.21284.3552.0456.67
HexAC57CAF3901511c3439
Octal25412731217710254346471
Binary101011001010111110010101111111001010101100011100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC57CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC57CA; }

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

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

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

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

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

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

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

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