#AC71BE

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

Shades of East Side #AC71BE

Tints of East Side #AC71BE

Color information

#AC71BE (or 0xAC71BE) is unknown color: approx East Side. HEX triplet: AC, 71 and BE. RGB value is (172,113,190). Sum of RGB (Red+Green+Blue) = 172+113+190=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC71BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71BE is #538E41. Grayscale: #8B8B8B. Windows color (decimal): -5475906 or 12480940. OLE color: 12480940.

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

Color convert

RGB172113190-
CMYK0.090.4100.25
HSL285.97º37.2%59.41%-
HSV(B)285.97º40.53%74.51%-
XYZ32.2124.351.71-
YUV139.42156.55151.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 190 (74.61% from 255) = 40%
R=36.21%
G=23.79%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721131900.090.4100.25285.9737.259.41
HexAC71BE92901911e253b
Octal25416127611510314364573
Binary101011001110001101111101001101001011001100011110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC71BE; }

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

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

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

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

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

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

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

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