#AC7EB5

Color #AC7EB5 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AC7EB5

Tints of East Side #AC7EB5

Color information

#AC7EB5 (or 0xAC7EB5) is unknown color: approx East Side. HEX triplet: AC, 7E and B5. RGB value is (172,126,181). Sum of RGB (Red+Green+Blue) = 172+126+181=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC7EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7EB5 is #53814A. Grayscale: #919191. Windows color (decimal): -5472587 or 11894444. OLE color: 11894444.

HSL color Cylindrical-coordinate representation of color #AC7EB5: hue angle of 290.18º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC7EB5 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172126181-
CMYK0.050.3000.29
HSL290.18º27.09%60.2%-
HSV(B)290.18º30.39%70.98%-
XYZ32.8127.0347.2-
YUV146.02147.74146.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 181 (71.09% from 255) = 37.79%
R=35.91%
G=26.30%
B=37.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721261810.050.3000.29290.1827.0960.2
HexAC7EB551E01D1221b3c
Octal2541762655360354423374
Binary101011001111110101101011011111001110110010001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7EB5; }

 p { color: rgb(172,126,181); }

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

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

 a { background-color: rgb(172,126,181); }

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

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

 span { border-color: rgb(172,126,181); }

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