#AC97DA

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

Shades of Biloba Flower #AC97DA

Tints of Biloba Flower #AC97DA

Color information

#AC97DA (or 0xAC97DA) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and DA. RGB value is (172,151,218). Sum of RGB (Red+Green+Blue) = 172+151+218=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC97DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97DA is #536825. Grayscale: #A4A4A4. Windows color (decimal): -5466150 or 14325676. OLE color: 14325676.

HSL color Cylindrical-coordinate representation of color #AC97DA: hue angle of 258.81º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC97DA is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172151218-
CMYK0.210.3100.15
HSL258.81º47.52%72.35%-
HSV(B)258.81º30.73%85.49%-
XYZ40.7335.9771.12-
YUV164.92157.96133.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=31.79%
G=27.91%
B=40.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721512180.210.3100.15258.8147.5272.35
HexAC97DA151F0F1033048
Octal254227332253701740360110
Binary1010110010010111110110101010111111011111000000111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97DA; }

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

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

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

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

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

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

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

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