#AC9FDF

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

Shades of Biloba Flower #AC9FDF

Tints of Biloba Flower #AC9FDF

Color information

#AC9FDF (or 0xAC9FDF) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and DF. RGB value is (172,159,223). Sum of RGB (Red+Green+Blue) = 172+159+223=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC9FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FDF is #536020. Grayscale: #A9A9A9. Windows color (decimal): -5464097 or 14655404. OLE color: 14655404.

HSL color Cylindrical-coordinate representation of color #AC9FDF: hue angle of 252.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC9FDF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172159223-
CMYK0.230.2900.13
HSL252.19º50%74.9%-
HSV(B)252.19º28.7%87.45%-
XYZ42.7338.8975.07-
YUV170.18157.81129.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 223 (87.5% from 255) = 40.25%
R=31.05%
G=28.70%
B=40.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721592230.230.2900.13252.195074.9
HexAC9FDF171D0Dfc324b
Octal254237337273501537462113
Binary101011001001111111011111101111110101101111111001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FDF; }

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

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

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

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

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

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

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

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