#AC97CC

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

Shades of Biloba Flower #AC97CC

Tints of Biloba Flower #AC97CC

Color information

#AC97CC (or 0xAC97CC) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and CC. RGB value is (172,151,204). Sum of RGB (Red+Green+Blue) = 172+151+204=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC97CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97CC is #536833. Grayscale: #A3A3A3. Windows color (decimal): -5466164 or 13408172. OLE color: 13408172.

HSL color Cylindrical-coordinate representation of color #AC97CC: hue angle of 263.77º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC97CC is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172151204-
CMYK0.160.2600.2
HSL263.77º34.19%69.61%-
HSV(B)263.77º25.98%80%-
XYZ38.9835.2661.88-
YUV163.32150.96134.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=32.64%
G=28.65%
B=38.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721512040.160.2600.2263.7734.1969.61
HexAC97CC101A0141082246
Octal254227314203202441042106
Binary10101100100101111100110010000110100101001000010001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97CC; }

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

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

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

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

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

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

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

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