#AC96CE

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

Shades of Biloba Flower #AC96CE

Tints of Biloba Flower #AC96CE

Color information

#AC96CE (or 0xAC96CE) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and CE. RGB value is (172,150,206). Sum of RGB (Red+Green+Blue) = 172+150+206=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC96CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96CE is #536931. Grayscale: #A2A2A2. Windows color (decimal): -5466418 or 13538988. OLE color: 13538988.

HSL color Cylindrical-coordinate representation of color #AC96CE: hue angle of 263.57º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC96CE is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172150206-
CMYK0.170.2700.19
HSL263.57º36.36%69.8%-
HSV(B)263.57º27.18%80.78%-
XYZ39.0635.0463.1-
YUV162.96152.29134.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 206 (80.86% from 255) = 39.02%
R=32.58%
G=28.41%
B=39.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721502060.170.2700.19263.5736.3669.8
HexAC96CE111B0131082446
Octal254226316213302341044106
Binary10101100100101101100111010001110110100111000010001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96CE; }

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

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

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

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

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

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

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

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