#AC82B9

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

Shades of East Side #AC82B9

Tints of East Side #AC82B9

Color information

#AC82B9 (or 0xAC82B9) is unknown color: approx East Side. HEX triplet: AC, 82 and B9. RGB value is (172,130,185). Sum of RGB (Red+Green+Blue) = 172+130+185=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC82B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82B9 is #537D46. Grayscale: #949494. Windows color (decimal): -5471559 or 12157612. OLE color: 12157612.

HSL color Cylindrical-coordinate representation of color #AC82B9: hue angle of 285.82º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC82B9 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172130185-
CMYK0.070.3000.27
HSL285.82º28.21%61.76%-
HSV(B)285.82º29.73%72.55%-
XYZ33.7528.2449.57-
YUV148.83148.41144.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 185 (72.66% from 255) = 37.99%
R=35.32%
G=26.69%
B=37.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721301850.070.3000.27285.8228.2161.76
HexAC82B971E01B11e1c3e
Octal2542022717360334363476
Binary1010110010000010101110011111111001101110001111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82B9; }

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

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

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

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

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

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

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

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