#AC84BF

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

Shades of East Side #AC84BF

Tints of East Side #AC84BF

Color information

#AC84BF (or 0xAC84BF) is unknown color: approx East Side. HEX triplet: AC, 84 and BF. RGB value is (172,132,191). Sum of RGB (Red+Green+Blue) = 172+132+191=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC84BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84BF is #537B40. Grayscale: #969696. Windows color (decimal): -5471041 or 12551340. OLE color: 12551340.

HSL color Cylindrical-coordinate representation of color #AC84BF: hue angle of 280.68º degrees, saturation: 0.32, 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 #AC84BF is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172132191-
CMYK0.100.3100.25
HSL280.68º31.55%63.33%-
HSV(B)280.68º30.89%74.9%-
XYZ34.6729.0353.07-
YUV150.69150.75143.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 191 (75% from 255) = 38.59%
R=34.75%
G=26.67%
B=38.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721321910.100.3100.25280.6831.5563.33
HexAC84BFA1F019119203f
Octal25420427712370314314077
Binary101011001000010010111111101011111011001100011001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84BF; }

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

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

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

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

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

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

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

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