#AC7EC1

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

Shades of East Side #AC7EC1

Tints of East Side #AC7EC1

Color information

#AC7EC1 (or 0xAC7EC1) is unknown color: approx East Side. HEX triplet: AC, 7E and C1. RGB value is (172,126,193). Sum of RGB (Red+Green+Blue) = 172+126+193=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC7EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7EC1 is #53813E. Grayscale: #939393. Windows color (decimal): -5472575 or 12680876. OLE color: 12680876.

HSL color Cylindrical-coordinate representation of color #AC7EC1: hue angle of 281.19º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC7EC1 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172126193-
CMYK0.110.3500.24
HSL281.19º35.08%62.55%-
HSV(B)281.19º34.72%75.69%-
XYZ34.127.5453.97-
YUV147.39153.74145.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 126 (49.61% from 255) = 25.66%
BLUE value IS 193 (75.78% from 255) = 39.31%
R=35.03%
G=25.66%
B=39.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721261930.110.3500.24281.1935.0862.55
HexAC7EC1B23018119233f
Octal25417630113430304314377
Binary101011001111110110000011011100011011000100011001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7EC1; }

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

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

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

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

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

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

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

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