#AC7FB6

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

Shades of East Side #AC7FB6

Tints of East Side #AC7FB6

Color information

#AC7FB6 (or 0xAC7FB6) is unknown color: approx East Side. HEX triplet: AC, 7F and B6. RGB value is (172,127,182). Sum of RGB (Red+Green+Blue) = 172+127+182=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC7FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7FB6 is #538049. Grayscale: #929292. Windows color (decimal): -5472330 or 11960236. OLE color: 11960236.

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

Color convert

RGB172127182-
CMYK0.050.3000.29
HSL289.09º27.36%60.59%-
HSV(B)289.09º30.22%71.37%-
XYZ33.0527.3347.79-
YUV146.72147.91146.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 182 (71.48% from 255) = 37.84%
R=35.76%
G=26.40%
B=37.84%

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
Decimal1721271820.050.3000.29289.0927.3660.59
HexAC7FB651E01D1211b3d
Octal2541772665360354413375
Binary101011001111111101101101011111001110110010000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7FB6; }

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

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

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

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

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

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

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

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