#AC73BF

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

Shades of East Side #AC73BF

Tints of East Side #AC73BF

Color information

#AC73BF (or 0xAC73BF) is unknown color: approx East Side. HEX triplet: AC, 73 and BF. RGB value is (172,115,191). Sum of RGB (Red+Green+Blue) = 172+115+191=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC73BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73BF is #538C40. Grayscale: #8C8C8C. Windows color (decimal): -5475393 or 12546988. OLE color: 12546988.

HSL color Cylindrical-coordinate representation of color #AC73BF: hue angle of 285º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC73BF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172115191-
CMYK0.100.4000.25
HSL285º37.25%60%-
HSV(B)285º39.79%74.9%-
XYZ32.5524.7952.36-
YUV140.71156.38150.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 191 (75% from 255) = 39.96%
R=35.98%
G=24.06%
B=39.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721151910.100.4000.2528537.2560
HexAC73BFA2801911d253c
Octal25416327712500314354574
Binary101011001110011101111111010101000011001100011101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC73BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC73BF; }

 p { color: rgb(172,115,191); }

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

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

 a { background-color: rgb(172,115,191); }

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

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

 span { border-color: rgb(172,115,191); }

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