#AC96C4

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

Shades of Biloba Flower #AC96C4

Tints of Biloba Flower #AC96C4

Color information

#AC96C4 (or 0xAC96C4) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and C4. RGB value is (172,150,196). Sum of RGB (Red+Green+Blue) = 172+150+196=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC96C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96C4 is #53693B. Grayscale: #A1A1A1. Windows color (decimal): -5466428 or 12883628. OLE color: 12883628.

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

Color convert

RGB172150196-
CMYK0.120.2300.23
HSL268.7º28.05%67.84%-
HSV(B)268.7º23.47%76.86%-
XYZ37.8834.5756.9-
YUV161.82147.29135.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 196 (76.95% from 255) = 37.84%
R=33.20%
G=28.96%
B=37.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721501960.120.2300.23268.728.0567.84
HexAC96C4C1701710d1c44
Octal254226304142702741534104
Binary101011001001011011000100110010111010111100001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96C4; }

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

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

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

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

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

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

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

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