#AC75BE

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

Shades of East Side #AC75BE

Tints of East Side #AC75BE

Color information

#AC75BE (or 0xAC75BE) is unknown color: approx East Side. HEX triplet: AC, 75 and BE. RGB value is (172,117,190). Sum of RGB (Red+Green+Blue) = 172+117+190=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC75BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75BE is #538A41. Grayscale: #8D8D8D. Windows color (decimal): -5474882 or 12481964. OLE color: 12481964.

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

Color convert

RGB172117190-
CMYK0.090.3800.25
HSL285.21º35.96%60.2%-
HSV(B)285.21º38.42%74.51%-
XYZ32.6725.2151.86-
YUV141.77155.22149.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=35.91%
G=24.43%
B=39.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721171900.090.3800.25285.2135.9660.2
HexAC75BE92601911d243c
Octal25416527611460314354474
Binary101011001110101101111101001100110011001100011101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75BE; }

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

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

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

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

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

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

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

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