#AC84B7

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

Shades of East Side #AC84B7

Tints of East Side #AC84B7

Color information

#AC84B7 (or 0xAC84B7) is unknown color: approx East Side. HEX triplet: AC, 84 and B7. RGB value is (172,132,183). Sum of RGB (Red+Green+Blue) = 172+132+183=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC84B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84B7 is #537B48. Grayscale: #959595. Windows color (decimal): -5471049 or 12027052. OLE color: 12027052.

HSL color Cylindrical-coordinate representation of color #AC84B7: hue angle of 287.06º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC84B7 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172132183-
CMYK0.060.2800.28
HSL287.06º26.15%61.76%-
HSV(B)287.06º27.87%71.76%-
XYZ33.8128.6948.56-
YUV149.77146.75143.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 183 (71.88% from 255) = 37.58%
R=35.32%
G=27.10%
B=37.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721321830.060.2800.28287.0626.1561.76
HexAC84B761C01C11f1a3e
Octal2542042676340344373276
Binary1010110010000100101101111101110001110010001111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84B7; }

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

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

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

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

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

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

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

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