#AC84BE

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

Shades of East Side #AC84BE

Tints of East Side #AC84BE

Color information

#AC84BE (or 0xAC84BE) is unknown color: approx East Side. HEX triplet: AC, 84 and BE. RGB value is (172,132,190). Sum of RGB (Red+Green+Blue) = 172+132+190=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC84BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84BE is #537B41. Grayscale: #969696. Windows color (decimal): -5471042 or 12485804. OLE color: 12485804.

HSL color Cylindrical-coordinate representation of color #AC84BE: hue angle of 281.38º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC84BE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172132190-
CMYK0.090.3100.25
HSL281.38º30.85%63.14%-
HSV(B)281.38º30.53%74.51%-
XYZ34.5628.9952.49-
YUV150.57150.25143.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=34.82%
G=26.72%
B=38.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721321900.090.3100.25281.3830.8563.14
HexAC84BE91F0191191f3f
Octal25420427611370314313777
Binary10101100100001001011111010011111101100110001100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84BE; }

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

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

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

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

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

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

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

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