#AC71BF

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

Shades of East Side #AC71BF

Tints of East Side #AC71BF

Color information

#AC71BF (or 0xAC71BF) is unknown color: approx East Side. HEX triplet: AC, 71 and BF. RGB value is (172,113,191). Sum of RGB (Red+Green+Blue) = 172+113+191=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC71BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71BF is #538E40. Grayscale: #8B8B8B. Windows color (decimal): -5475905 or 12546476. OLE color: 12546476.

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

Color convert

RGB172113191-
CMYK0.100.4100.25
HSL285.38º37.86%59.61%-
HSV(B)285.38º40.84%74.9%-
XYZ32.3224.3452.29-
YUV139.53157.05151.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 113 (44.53% from 255) = 23.74%
BLUE value IS 191 (75% from 255) = 40.13%
R=36.13%
G=23.74%
B=40.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721131910.100.4100.25285.3837.8659.61
HexAC71BFA2901911d263c
Octal25416127712510314354674
Binary101011001110001101111111010101001011001100011101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC71BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC71BF; }

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

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

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

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

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

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

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

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