#AC97C4

Color #AC97C4 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AC97C4

Tints of Biloba Flower #AC97C4

Color information

#AC97C4 (or 0xAC97C4) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and C4. RGB value is (172,151,196). Sum of RGB (Red+Green+Blue) = 172+151+196=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC97C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97C4 is #53683B. Grayscale: #A2A2A2. Windows color (decimal): -5466172 or 12883884. OLE color: 12883884.

HSL color Cylindrical-coordinate representation of color #AC97C4: hue angle of 268º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC97C4 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB172151196-
CMYK0.120.2300.23
HSL268º27.61%68.04%-
HSV(B)268º22.96%76.86%-
XYZ38.0434.8956.95-
YUV162.41146.96134.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 196 (76.95% from 255) = 37.76%
R=33.14%
G=29.09%
B=37.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721511960.120.2300.2326827.6168.04
HexAC97C4C1701710c1c44
Octal254227304142702741434104
Binary101011001001011111000100110010111010111100001100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97C4; }

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

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

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

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

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

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

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

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