#AC97CA

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

Shades of Biloba Flower #AC97CA

Tints of Biloba Flower #AC97CA

Color information

#AC97CA (or 0xAC97CA) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and CA. RGB value is (172,151,202). Sum of RGB (Red+Green+Blue) = 172+151+202=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC97CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97CA is #536835. Grayscale: #A2A2A2. Windows color (decimal): -5466166 or 13277100. OLE color: 13277100.

HSL color Cylindrical-coordinate representation of color #AC97CA: hue angle of 264.71º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC97CA is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172151202-
CMYK0.150.2500.21
HSL264.71º32.48%69.22%-
HSV(B)264.71º25.25%79.22%-
XYZ38.7435.1760.62-
YUV163.09149.96134.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=32.76%
G=28.76%
B=38.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721512020.150.2500.21264.7132.4869.22
HexAC97CAF190151092045
Octal254227312173102541140105
Binary1010110010010111110010101111110010101011000010011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97CA; }

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

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

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

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

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

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

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

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