#ACA0BB

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

Shades of Biloba Flower #ACA0BB

Tints of Biloba Flower #ACA0BB

Color information

#ACA0BB (or 0xACA0BB) is unknown color: approx Biloba Flower. HEX triplet: AC, A0 and BB. RGB value is (172,160,187). Sum of RGB (Red+Green+Blue) = 172+160+187=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACA0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA0BB is #535F44. Grayscale: #A6A6A6. Windows color (decimal): -5463877 or 12296364. OLE color: 12296364.

HSL color Cylindrical-coordinate representation of color #ACA0BB: hue angle of 266.67º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACA0BB is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172160187-
CMYK0.080.1400.27
HSL266.67º16.56%68.04%-
HSV(B)266.67º14.44%73.33%-
XYZ38.5537.552.22-
YUV166.67139.48131.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=33.14%
G=30.83%
B=36.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721601870.080.1400.27266.6716.5668.04
HexACA0BB8E01B10b1144
Octal254240273101603341321104
Binary10101100101000001011101110001110011011100001011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA0BB; }

 p { color: rgb(172,160,187); }

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

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

 a { background-color: rgb(172,160,187); }

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

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

 span { border-color: rgb(172,160,187); }

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