#AC74B6

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

Shades of East Side #AC74B6

Tints of East Side #AC74B6

Color information

#AC74B6 (or 0xAC74B6) is unknown color: approx East Side. HEX triplet: AC, 74 and B6. RGB value is (172,116,182). Sum of RGB (Red+Green+Blue) = 172+116+182=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC74B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74B6 is #538B49. Grayscale: #8C8C8C. Windows color (decimal): -5475146 or 11957420. OLE color: 11957420.

HSL color Cylindrical-coordinate representation of color #AC74B6: hue angle of 290.91º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC74B6 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172116182-
CMYK0.050.3600.29
HSL290.91º31.13%58.43%-
HSV(B)290.91º36.26%71.37%-
XYZ31.724.6447.34-
YUV140.27151.55150.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 116 (45.70% from 255) = 24.68%
BLUE value IS 182 (71.48% from 255) = 38.72%
R=36.60%
G=24.68%
B=38.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721161820.050.3600.29290.9131.1358.43
HexAC74B652401D1231f3a
Octal2541642665440354433772
Binary1010110011101001011011010110010001110110010001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC74B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC74B6; }

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

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

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

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

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

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

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

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