#AC9CDB

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

Shades of Biloba Flower #AC9CDB

Tints of Biloba Flower #AC9CDB

Color information

#AC9CDB (or 0xAC9CDB) is unknown color: approx Biloba Flower. HEX triplet: AC, 9C and DB. RGB value is (172,156,219). Sum of RGB (Red+Green+Blue) = 172+156+219=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CDB is #536324. Grayscale: #A7A7A7. Windows color (decimal): -5464869 or 14392492. OLE color: 14392492.

HSL color Cylindrical-coordinate representation of color #AC9CDB: hue angle of 255.24º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC9CDB is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172156219-
CMYK0.210.2900.14
HSL255.24º46.67%73.53%-
HSV(B)255.24º28.77%85.88%-
XYZ41.6937.6672.09-
YUV167.97156.8130.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=31.44%
G=28.52%
B=40.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721562190.210.2900.14255.2446.6773.53
HexAC9CDB151D0Eff2f4a
Octal254234333253501637757112
Binary101011001001110011011011101011110101110111111111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CDB; }

 p { color: rgb(172,156,219); }

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

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

 a { background-color: rgb(172,156,219); }

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

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

 span { border-color: rgb(172,156,219); }

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