#AC82B8

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

Shades of East Side #AC82B8

Tints of East Side #AC82B8

Color information

#AC82B8 (or 0xAC82B8) is unknown color: approx East Side. HEX triplet: AC, 82 and B8. RGB value is (172,130,184). Sum of RGB (Red+Green+Blue) = 172+130+184=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC82B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82B8 is #537D47. Grayscale: #949494. Windows color (decimal): -5471560 or 12092076. OLE color: 12092076.

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

Color convert

RGB172130184-
CMYK0.070.2900.28
HSL286.67º27.55%61.57%-
HSV(B)286.67º29.35%72.16%-
XYZ33.6528.249.02-
YUV148.71147.91144.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 184 (72.27% from 255) = 37.86%
R=35.39%
G=26.75%
B=37.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721301840.070.2900.28286.6727.5561.57
HexAC82B871D01C11f1c3e
Octal2542022707350344373476
Binary1010110010000010101110001111110101110010001111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82B8; }

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

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

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

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

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

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

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

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