#AC7FB5

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

Shades of East Side #AC7FB5

Tints of East Side #AC7FB5

Color information

#AC7FB5 (or 0xAC7FB5) is unknown color: approx East Side. HEX triplet: AC, 7F and B5. RGB value is (172,127,181). Sum of RGB (Red+Green+Blue) = 172+127+181=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC7FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7FB5 is #53804A. Grayscale: #929292. Windows color (decimal): -5472331 or 11894700. OLE color: 11894700.

HSL color Cylindrical-coordinate representation of color #AC7FB5: hue angle of 290º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC7FB5 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172127181-
CMYK0.050.3000.29
HSL290º26.73%60.39%-
HSV(B)290º29.83%70.98%-
XYZ32.9427.2947.25-
YUV146.61147.41146.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 181 (71.09% from 255) = 37.71%
R=35.83%
G=26.46%
B=37.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721271810.050.3000.2929026.7360.39
HexAC7FB551E01D1221b3c
Octal2541772655360354423374
Binary101011001111111101101011011111001110110010001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7FB5; }

 p { color: rgb(172,127,181); }

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

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

 a { background-color: rgb(172,127,181); }

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

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

 span { border-color: rgb(172,127,181); }

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