#AC82B4

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

Shades of East Side #AC82B4

Tints of East Side #AC82B4

Color information

#AC82B4 (or 0xAC82B4) is unknown color: approx East Side. HEX triplet: AC, 82 and B4. RGB value is (172,130,180). Sum of RGB (Red+Green+Blue) = 172+130+180=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC82B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82B4 is #537D4B. Grayscale: #949494. Windows color (decimal): -5471564 or 11829932. OLE color: 11829932.

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

Color convert

RGB172130180-
CMYK0.040.2800.29
HSL290.4º25%60.78%-
HSV(B)290.4º27.78%70.59%-
XYZ33.2328.0346.84-
YUV148.26145.91144.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=35.68%
G=26.97%
B=37.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721301800.040.2800.29290.42560.78
HexAC82B441C01D122193d
Octal2542022644340354423175
Binary1010110010000010101101001001110001110110010001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82B4; }

 p { color: rgb(172,130,180); }

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

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

 a { background-color: rgb(172,130,180); }

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

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

 span { border-color: rgb(172,130,180); }

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