#AC97D0

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

Shades of Biloba Flower #AC97D0

Tints of Biloba Flower #AC97D0

Color information

#AC97D0 (or 0xAC97D0) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and D0. RGB value is (172,151,208). Sum of RGB (Red+Green+Blue) = 172+151+208=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC97D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97D0 is #53682F. Grayscale: #A3A3A3. Windows color (decimal): -5466160 or 13670316. OLE color: 13670316.

HSL color Cylindrical-coordinate representation of color #AC97D0: hue angle of 262.11º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC97D0 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172151208-
CMYK0.170.2700.18
HSL262.11º37.75%70.39%-
HSV(B)262.11º27.4%81.57%-
XYZ39.4735.4664.44-
YUV163.78152.96133.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 208 (81.64% from 255) = 39.17%
R=32.39%
G=28.44%
B=39.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721512080.170.2700.18262.1137.7570.39
HexAC97D0111B0121062646
Octal254227320213302240646106
Binary10101100100101111101000010001110110100101000001101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97D0; }

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

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

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

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

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

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

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

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