#AC9FDE

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

Shades of Biloba Flower #AC9FDE

Tints of Biloba Flower #AC9FDE

Color information

#AC9FDE (or 0xAC9FDE) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and DE. RGB value is (172,159,222). Sum of RGB (Red+Green+Blue) = 172+159+222=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC9FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FDE is #536021. Grayscale: #A9A9A9. Windows color (decimal): -5464098 or 14589868. OLE color: 14589868.

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

Color convert

RGB172159222-
CMYK0.230.2800.13
HSL252.38º48.84%74.71%-
HSV(B)252.38º28.38%87.06%-
XYZ42.638.8474.36-
YUV170.07157.31129.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 159 (62.5% from 255) = 28.75%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=31.10%
G=28.75%
B=40.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721592220.230.2800.13252.3848.8474.71
HexAC9FDE171C0Dfc314b
Octal254237336273401537461113
Binary101011001001111111011110101111110001101111111001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FDE; }

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

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

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

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

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

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

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

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