#AC57D5

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

Shades of Medium Orchid #AC57D5

Tints of Medium Orchid #AC57D5

Color information

#AC57D5 (or 0xAC57D5) is unknown color: approx Medium Orchid. HEX triplet: AC, 57 and D5. RGB value is (172,87,213). Sum of RGB (Red+Green+Blue) = 172+87+213=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC57D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57D5 is #53A82A. Grayscale: #7E7E7E. Windows color (decimal): -5482539 or 13981612. OLE color: 13981612.

HSL color Cylindrical-coordinate representation of color #AC57D5: hue angle of 280.48º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC57D5 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17287213-
CMYK0.190.5900.16
HSL280.48º60%58.82%-
HSV(B)280.48º59.15%83.53%-
XYZ32.4320.3965.18-
YUV126.78176.66160.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 87 (34.38% from 255) = 18.43%
BLUE value IS 213 (83.59% from 255) = 45.13%
R=36.44%
G=18.43%
B=45.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172872130.190.5900.16280.486058.82
HexAC57D5133B0101183c3b
Octal25412732523730204307473
Binary1010110010101111101010110011111011010000100011000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC57D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC57D5; }

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

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

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

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

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

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

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

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