#AC53EA

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

Shades of Medium Orchid #AC53EA

Tints of Medium Orchid #AC53EA

Color information

#AC53EA (or 0xAC53EA) is unknown color: approx Medium Orchid. HEX triplet: AC, 53 and EA. RGB value is (172,83,234). Sum of RGB (Red+Green+Blue) = 172+83+234=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC53EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC53EA is #53AC15. Grayscale: #7E7E7E. Windows color (decimal): -5483542 or 15356844. OLE color: 15356844.

HSL color Cylindrical-coordinate representation of color #AC53EA: hue angle of 275.36º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC53EA is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17283234-
CMYK0.260.6500.08
HSL275.36º78.24%62.16%-
HSV(B)275.36º64.53%91.76%-
XYZ34.9620.980.03-
YUV126.82188.49160.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 83 (32.81% from 255) = 16.97%
BLUE value IS 234 (91.80% from 255) = 47.85%
R=35.17%
G=16.97%
B=47.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal172832340.260.6500.08275.3678.2462.16
HexAC53EA1A41081134e3e
Octal2541233523210101042311676
Binary10101100101001111101010110101000001010001000100111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC53EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC53EA; }

 p { color: rgb(172,83,234); }

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

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

 a { background-color: rgb(172,83,234); }

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

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

 span { border-color: rgb(172,83,234); }

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