#AC84B5

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

Shades of East Side #AC84B5

Tints of East Side #AC84B5

Color information

#AC84B5 (or 0xAC84B5) is unknown color: approx East Side. HEX triplet: AC, 84 and B5. RGB value is (172,132,181). Sum of RGB (Red+Green+Blue) = 172+132+181=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC84B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84B5 is #537B4A. Grayscale: #959595. Windows color (decimal): -5471051 or 11895980. OLE color: 11895980.

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

Color convert

RGB172132181-
CMYK0.050.2700.29
HSL288.98º24.87%61.37%-
HSV(B)288.98º27.07%70.98%-
XYZ33.6128.6147.47-
YUV149.55145.75144.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 181 (71.09% from 255) = 37.32%
R=35.46%
G=27.22%
B=37.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721321810.050.2700.29288.9824.8761.37
HexAC84B551B01D121193d
Octal2542042655330354413175
Binary1010110010000100101101011011101101110110010000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84B5; }

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

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

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

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

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

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

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

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