#AC96C5

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

Shades of Biloba Flower #AC96C5

Tints of Biloba Flower #AC96C5

Color information

#AC96C5 (or 0xAC96C5) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and C5. RGB value is (172,150,197). Sum of RGB (Red+Green+Blue) = 172+150+197=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC96C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96C5 is #53693A. Grayscale: #A1A1A1. Windows color (decimal): -5466427 or 12949164. OLE color: 12949164.

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

Color convert

RGB172150197-
CMYK0.130.2400.23
HSL268.09º28.83%68.04%-
HSV(B)268.09º23.86%77.25%-
XYZ3834.6157.5-
YUV161.94147.79135.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 197 (77.34% from 255) = 37.96%
R=33.14%
G=28.90%
B=37.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721501970.130.2400.23268.0928.8368.04
HexAC96C5D1801710c1d44
Octal254226305153002741435104
Binary101011001001011011000101110111000010111100001100111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96C5; }

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

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

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

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

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

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

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

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