#AC9FD5

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

Shades of Biloba Flower #AC9FD5

Tints of Biloba Flower #AC9FD5

Color information

#AC9FD5 (or 0xAC9FD5) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and D5. RGB value is (172,159,213). Sum of RGB (Red+Green+Blue) = 172+159+213=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC9FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FD5 is #53602A. Grayscale: #A8A8A8. Windows color (decimal): -5464107 or 14000044. OLE color: 14000044.

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

Color convert

RGB172159213-
CMYK0.190.2500.16
HSL254.44º39.13%72.94%-
HSV(B)254.44º25.35%83.53%-
XYZ41.4238.3768.17-
YUV169.04152.81130.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=31.62%
G=29.23%
B=39.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721592130.190.2500.16254.4439.1372.94
HexAC9FD51319010fe2749
Octal254237325233102037647111
Binary1010110010011111110101011001111001010000111111101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FD5; }

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

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

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

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

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

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

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

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