#AC97D8

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

Shades of Biloba Flower #AC97D8

Tints of Biloba Flower #AC97D8

Color information

#AC97D8 (or 0xAC97D8) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and D8. RGB value is (172,151,216). Sum of RGB (Red+Green+Blue) = 172+151+216=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC97D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97D8 is #536827. Grayscale: #A4A4A4. Windows color (decimal): -5466152 or 14194604. OLE color: 14194604.

HSL color Cylindrical-coordinate representation of color #AC97D8: hue angle of 259.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC97D8 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172151216-
CMYK0.200.3000.15
HSL259.38º45.45%71.96%-
HSV(B)259.38º30.09%84.71%-
XYZ40.4735.8669.75-
YUV164.69156.96133.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 151 (59.38% from 255) = 28.01%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=31.91%
G=28.01%
B=40.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721512160.200.3000.15259.3845.4571.96
HexAC97D8141E0F1032d48
Octal254227330243601740355110
Binary1010110010010111110110001010011110011111000000111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97D8; }

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

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

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

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

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

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

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

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