#AC9DC4

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

Shades of Biloba Flower #AC9DC4

Tints of Biloba Flower #AC9DC4

Color information

#AC9DC4 (or 0xAC9DC4) is unknown color: approx Biloba Flower. HEX triplet: AC, 9D and C4. RGB value is (172,157,196). Sum of RGB (Red+Green+Blue) = 172+157+196=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC9DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DC4 is #53623B. Grayscale: #A5A5A5. Windows color (decimal): -5464636 or 12885420. OLE color: 12885420.

HSL color Cylindrical-coordinate representation of color #AC9DC4: hue angle of 263.08º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC9DC4 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB172157196-
CMYK0.120.2000.23
HSL263.08º24.84%69.22%-
HSV(B)263.08º19.9%76.86%-
XYZ39.0336.8757.28-
YUV165.93144.97132.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 157 (61.72% from 255) = 29.90%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=32.76%
G=29.90%
B=37.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721571960.120.2000.23263.0824.8469.22
HexAC9DC4C140171071945
Octal254235304142402740731105
Binary101011001001110111000100110010100010111100000111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DC4; }

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

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

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

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

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

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

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

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