#AC9FD7

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

Shades of Biloba Flower #AC9FD7

Tints of Biloba Flower #AC9FD7

Color information

#AC9FD7 (or 0xAC9FD7) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and D7. RGB value is (172,159,215). Sum of RGB (Red+Green+Blue) = 172+159+215=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC9FD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FD7 is #536028. Grayscale: #A9A9A9. Windows color (decimal): -5464105 or 14131116. OLE color: 14131116.

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

Color convert

RGB172159215-
CMYK0.20.2600.16
HSL253.93º41.18%73.33%-
HSV(B)253.93º26.05%84.31%-
XYZ41.6838.4769.52-
YUV169.27153.81129.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 215 (84.38% from 255) = 39.38%
R=31.50%
G=29.12%
B=39.38%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721592150.20.2600.16253.9341.1873.33
HexAC9FD7141A010fe2949
Octal254237327243202037651111
Binary1010110010011111110101111010011010010000111111101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FD7; }

 p { color: rgb(172,159,215); }

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

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

 a { background-color: rgb(172,159,215); }

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

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

 span { border-color: rgb(172,159,215); }

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