#AC96D7

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

Shades of Biloba Flower #AC96D7

Tints of Biloba Flower #AC96D7

Color information

#AC96D7 (or 0xAC96D7) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and D7. RGB value is (172,150,215). Sum of RGB (Red+Green+Blue) = 172+150+215=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC96D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96D7 is #536928. Grayscale: #A3A3A3. Windows color (decimal): -5466409 or 14128812. OLE color: 14128812.

HSL color Cylindrical-coordinate representation of color #AC96D7: hue angle of 260.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC96D7 is Cyan = 0.2, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172150215-
CMYK0.20.3000.16
HSL260.31º44.83%71.57%-
HSV(B)260.31º30.23%84.31%-
XYZ40.1935.4969.02-
YUV163.99156.79133.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 215 (84.38% from 255) = 40.04%
R=32.03%
G=27.93%
B=40.04%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721502150.20.3000.16260.3144.8371.57
HexAC96D7141E0101042d48
Octal254226327243602040455110
Binary10101100100101101101011110100111100100001000001001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96D7; }

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

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

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

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

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

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

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

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