#AC9DDF

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

Shades of Biloba Flower #AC9DDF

Tints of Biloba Flower #AC9DDF

Color information

#AC9DDF (or 0xAC9DDF) is unknown color: approx Biloba Flower. HEX triplet: AC, 9D and DF. RGB value is (172,157,223). Sum of RGB (Red+Green+Blue) = 172+157+223=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DDF is #536220. Grayscale: #A8A8A8. Windows color (decimal): -5464609 or 14654892. OLE color: 14654892.

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

Color convert

RGB172157223-
CMYK0.230.3000.13
HSL253.64º50.77%74.51%-
HSV(B)253.64º29.6%87.45%-
XYZ42.3938.2174.95-
YUV169.01158.47130.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 157 (61.72% from 255) = 28.44%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=31.16%
G=28.44%
B=40.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721572230.230.3000.13253.6450.7774.51
HexAC9DDF171E0Dfe334b
Octal254235337273601537663113
Binary101011001001110111011111101111111001101111111101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DDF; }

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

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

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

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

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

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

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

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