#AC54F0

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

Shades of Medium Orchid #AC54F0

Tints of Medium Orchid #AC54F0

Color information

#AC54F0 (or 0xAC54F0) is unknown color: approx Medium Orchid. HEX triplet: AC, 54 and F0. RGB value is (172,84,240). Sum of RGB (Red+Green+Blue) = 172+84+240=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC54F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54F0 is #53AB0F. Grayscale: #7F7F7F. Windows color (decimal): -5483280 or 15750316. OLE color: 15750316.

HSL color Cylindrical-coordinate representation of color #AC54F0: hue angle of 273.85º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC54F0 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17284240-
CMYK0.280.6500.06
HSL273.85º83.87%63.53%-
HSV(B)273.85º65%94.12%-
XYZ35.9121.484.68-
YUV128.1191.15159.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 84 (33.20% from 255) = 16.94%
BLUE value IS 240 (94.14% from 255) = 48.39%
R=34.68%
G=16.94%
B=48.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal172842400.280.6500.06273.8583.8763.53
HexAC54F01C41061125440
Octal2541243603410106422124100
Binary10101100101010011110000111001000001011010001001010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC54F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC54F0; }

 p { color: rgb(172,84,240); }

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

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

 a { background-color: rgb(172,84,240); }

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

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

 span { border-color: rgb(172,84,240); }

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