#AC57FF

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

Shades of Medium Orchid #AC57FF

Tints of Medium Orchid #AC57FF

Color information

#AC57FF (or 0xAC57FF) is unknown color: approx Medium Orchid. HEX triplet: AC, 57 and FF. RGB value is (172,87,255). Sum of RGB (Red+Green+Blue) = 172+87+255=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC57FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC57FF is #53A800. Grayscale: #828282. Windows color (decimal): -5482497 or 16734124. OLE color: 16734124.

HSL color Cylindrical-coordinate representation of color #AC57FF: hue angle of 270.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC57FF is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17287255-
CMYK0.330.6600
HSL270.36º100%67.06%-
HSV(B)270.36º65.88%100%-
XYZ38.4722.8196.98-
YUV131.57197.66156.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 87 (34.38% from 255) = 16.93%
BLUE value IS 255 (100% from 255) = 49.61%
R=33.46%
G=16.93%
B=49.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172872550.330.6600270.3610067.06
HexAC57FF21420010e6443
Octal2541273774110200416144103
Binary1010110010101111111111110000110000100010000111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC57FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC57FF; }

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

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

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

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

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

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

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

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