#AC75B3

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

Shades of East Side #AC75B3

Tints of East Side #AC75B3

Color information

#AC75B3 (or 0xAC75B3) is unknown color: approx East Side. HEX triplet: AC, 75 and B3. RGB value is (172,117,179). Sum of RGB (Red+Green+Blue) = 172+117+179=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC75B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75B3 is #538A4C. Grayscale: #8C8C8C. Windows color (decimal): -5474893 or 11761068. OLE color: 11761068.

HSL color Cylindrical-coordinate representation of color #AC75B3: hue angle of 293.23º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC75B3 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB172117179-
CMYK0.040.3500.30
HSL293.23º28.97%58.04%-
HSV(B)293.23º34.64%70.2%-
XYZ31.5124.7545.76-
YUV140.51149.72150.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 179 (70.31% from 255) = 38.25%
R=36.75%
G=25%
B=38.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721171790.040.3500.30293.2328.9758.04
HexAC75B342301E1251d3a
Octal2541652634430364453572
Binary1010110011101011011001110010001101111010010010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75B3; }

 p { color: rgb(172,117,179); }

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

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

 a { background-color: rgb(172,117,179); }

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

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

 span { border-color: rgb(172,117,179); }

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