#AC97C1

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

Shades of East Side #AC97C1

Tints of East Side #AC97C1

Color information

#AC97C1 (or 0xAC97C1) is unknown color: approx East Side. HEX triplet: AC, 97 and C1. RGB value is (172,151,193). Sum of RGB (Red+Green+Blue) = 172+151+193=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC97C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97C1 is #53683E. Grayscale: #A1A1A1. Windows color (decimal): -5466175 or 12687276. OLE color: 12687276.

HSL color Cylindrical-coordinate representation of color #AC97C1: hue angle of 270º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC97C1 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172151193-
CMYK0.110.2200.24
HSL270º25.3%67.45%-
HSV(B)270º21.76%75.69%-
XYZ37.7134.7555.17-
YUV162.07145.46135.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=33.33%
G=29.26%
B=37.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721511930.110.2200.2427025.367.45
HexAC97C1B1601810e1943
Octal254227301132603041631103
Binary101011001001011111000001101110110011000100001110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97C1; }

 p { color: rgb(172,151,193); }

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

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

 a { background-color: rgb(172,151,193); }

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

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

 span { border-color: rgb(172,151,193); }

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