#AC9FD6

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

Shades of Biloba Flower #AC9FD6

Tints of Biloba Flower #AC9FD6

Color information

#AC9FD6 (or 0xAC9FD6) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and D6. RGB value is (172,159,214). Sum of RGB (Red+Green+Blue) = 172+159+214=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC9FD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FD6 is #536029. Grayscale: #A8A8A8. Windows color (decimal): -5464106 or 14065580. OLE color: 14065580.

HSL color Cylindrical-coordinate representation of color #AC9FD6: hue angle of 254.18º degrees, saturation: 0.4, 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 #AC9FD6 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172159214-
CMYK0.200.2600.16
HSL254.18º40.15%73.14%-
HSV(B)254.18º25.7%83.92%-
XYZ41.5538.4268.84-
YUV169.16153.31130.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 214 (83.98% from 255) = 39.27%
R=31.56%
G=29.17%
B=39.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721592140.200.2600.16254.1840.1573.14
HexAC9FD6141A010fe2849
Octal254237326243202037650111
Binary1010110010011111110101101010011010010000111111101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FD6; }

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

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

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

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

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

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

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

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