#AC97C6

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

Shades of Biloba Flower #AC97C6

Tints of Biloba Flower #AC97C6

Color information

#AC97C6 (or 0xAC97C6) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and C6. RGB value is (172,151,198). Sum of RGB (Red+Green+Blue) = 172+151+198=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC97C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97C6 is #536839. Grayscale: #A2A2A2. Windows color (decimal): -5466170 or 13014956. OLE color: 13014956.

HSL color Cylindrical-coordinate representation of color #AC97C6: hue angle of 266.81º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC97C6 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172151198-
CMYK0.130.2400.22
HSL266.81º29.19%68.43%-
HSV(B)266.81º23.74%77.65%-
XYZ38.2734.9858.16-
YUV162.64147.96134.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=33.01%
G=28.98%
B=38.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721511980.130.2400.22266.8129.1968.43
HexAC97C6D1801610b1d44
Octal254227306153002641335104
Binary101011001001011111000110110111000010110100001011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97C6; }

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

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

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

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

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

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

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

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