#AC57FC

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

Shades of Medium Orchid #AC57FC

Tints of Medium Orchid #AC57FC

Color information

#AC57FC (or 0xAC57FC) is unknown color: approx Medium Orchid. HEX triplet: AC, 57 and FC. RGB value is (172,87,252). Sum of RGB (Red+Green+Blue) = 172+87+252=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 87 (34.38% from 255 or 17.03% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC57FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC57FC is #53A803. Grayscale: #828282. Windows color (decimal): -5482500 or 16537516. OLE color: 16537516.

HSL color Cylindrical-coordinate representation of color #AC57FC: hue angle of 270.91º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC57FC is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17287252-
CMYK0.320.6500.01
HSL270.91º96.49%66.47%-
HSV(B)270.91º65.48%98.82%-
XYZ37.9922.6294.46-
YUV131.22196.16157.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 87 (34.38% from 255) = 17.03%
BLUE value IS 252 (98.83% from 255) = 49.32%
R=33.66%
G=17.03%
B=49.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal172872520.320.6500.01270.9196.4966.47
HexAC57FC20410110f6042
Octal2541273744010101417140102
Binary1010110010101111111110010000010000010110000111111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC57FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC57FC; }

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

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

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

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

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

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

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

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