#AC97C5

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

Shades of Biloba Flower #AC97C5

Tints of Biloba Flower #AC97C5

Color information

#AC97C5 (or 0xAC97C5) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and C5. RGB value is (172,151,197). Sum of RGB (Red+Green+Blue) = 172+151+197=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC97C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97C5 is #53683A. Grayscale: #A2A2A2. Windows color (decimal): -5466171 or 12949420. OLE color: 12949420.

HSL color Cylindrical-coordinate representation of color #AC97C5: hue angle of 267.39º 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 #AC97C5 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB172151197-
CMYK0.130.2300.23
HSL267.39º28.4%68.24%-
HSV(B)267.39º23.35%77.25%-
XYZ38.1634.9457.56-
YUV162.52147.46134.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 197 (77.34% from 255) = 37.88%
R=33.08%
G=29.04%
B=37.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721511970.130.2300.23267.3928.468.24
HexAC97C5D1701710b1c44
Octal254227305152702741334104
Binary101011001001011111000101110110111010111100001011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97C5; }

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

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

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

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

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

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

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

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