#AC7EBE

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

Shades of East Side #AC7EBE

Tints of East Side #AC7EBE

Color information

#AC7EBE (or 0xAC7EBE) is unknown color: approx East Side. HEX triplet: AC, 7E and BE. RGB value is (172,126,190). Sum of RGB (Red+Green+Blue) = 172+126+190=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC7EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7EBE is #538141. Grayscale: #929292. Windows color (decimal): -5472578 or 12484268. OLE color: 12484268.

HSL color Cylindrical-coordinate representation of color #AC7EBE: hue angle of 283.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC7EBE is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172126190-
CMYK0.090.3400.25
HSL283.12º32.99%61.96%-
HSV(B)283.12º33.68%74.51%-
XYZ33.7727.4152.23-
YUV147.05152.24145.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 126 (49.61% from 255) = 25.82%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=35.25%
G=25.82%
B=38.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721261900.090.3400.25283.1232.9961.96
HexAC7EBE92201911b213e
Octal25417627611420314334176
Binary101011001111110101111101001100010011001100011011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7EBE; }

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

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

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

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

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

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

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

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