#AC7FBA

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

Shades of East Side #AC7FBA

Tints of East Side #AC7FBA

Color information

#AC7FBA (or 0xAC7FBA) is unknown color: approx East Side. HEX triplet: AC, 7F and BA. RGB value is (172,127,186). Sum of RGB (Red+Green+Blue) = 172+127+186=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7FBA is #538045. Grayscale: #929292. Windows color (decimal): -5472326 or 12222380. OLE color: 12222380.

HSL color Cylindrical-coordinate representation of color #AC7FBA: hue angle of 285.76º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC7FBA is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172127186-
CMYK0.080.3200.27
HSL285.76º29.95%61.37%-
HSV(B)285.76º31.72%72.94%-
XYZ33.4727.4950-
YUV147.18149.91145.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=35.46%
G=26.19%
B=38.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721271860.080.3200.27285.7629.9561.37
HexAC7FBA82001B11e1e3d
Octal25417727210400334363675
Binary10101100111111110111010100010000001101110001111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7FBA; }

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

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

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

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

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

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

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

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