#AC9FDA

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

Shades of Biloba Flower #AC9FDA

Tints of Biloba Flower #AC9FDA

Color information

#AC9FDA (or 0xAC9FDA) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and DA. RGB value is (172,159,218). Sum of RGB (Red+Green+Blue) = 172+159+218=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC9FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FDA is #536025. Grayscale: #A9A9A9. Windows color (decimal): -5464102 or 14327724. OLE color: 14327724.

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

Color convert

RGB172159218-
CMYK0.210.2700.15
HSL253.22º44.36%73.92%-
HSV(B)253.22º27.06%85.49%-
XYZ42.0738.6371.57-
YUV169.61155.31129.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 159 (62.5% from 255) = 28.96%
BLUE value IS 218 (85.55% from 255) = 39.71%
R=31.33%
G=28.96%
B=39.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721592180.210.2700.15253.2244.3673.92
HexAC9FDA151B0Ffd2c4a
Octal254237332253301737554112
Binary101011001001111111011010101011101101111111111011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FDA; }

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

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

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

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

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

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

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

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