#AC7EB8

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

Shades of East Side #AC7EB8

Tints of East Side #AC7EB8

Color information

#AC7EB8 (or 0xAC7EB8) is unknown color: approx East Side. HEX triplet: AC, 7E and B8. RGB value is (172,126,184). Sum of RGB (Red+Green+Blue) = 172+126+184=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC7EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7EB8 is #538147. Grayscale: #929292. Windows color (decimal): -5472584 or 12091052. OLE color: 12091052.

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

Color convert

RGB172126184-
CMYK0.070.3200.28
HSL287.59º29%60.78%-
HSV(B)287.59º31.52%72.16%-
XYZ33.1327.1548.84-
YUV146.37149.24146.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 126 (49.61% from 255) = 26.14%
BLUE value IS 184 (72.27% from 255) = 38.17%
R=35.68%
G=26.14%
B=38.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721261840.070.3200.28287.592960.78
HexAC7EB872001C1201d3d
Octal2541762707400344403575
Binary1010110011111101011100011110000001110010010000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7EB8; }

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

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

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

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

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

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

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

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