#ACA1BB

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

Shades of Biloba Flower #ACA1BB

Tints of Biloba Flower #ACA1BB

Color information

#ACA1BB (or 0xACA1BB) is unknown color: approx Biloba Flower. HEX triplet: AC, A1 and BB. RGB value is (172,161,187). Sum of RGB (Red+Green+Blue) = 172+161+187=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACA1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1BB is #535E44. Grayscale: #A7A7A7. Windows color (decimal): -5463621 or 12296620. OLE color: 12296620.

HSL color Cylindrical-coordinate representation of color #ACA1BB: hue angle of 265.38º degrees, saturation: 0.16, 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 #ACA1BB is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172161187-
CMYK0.080.1400.27
HSL265.38º16.05%68.24%-
HSV(B)265.38º13.9%73.33%-
XYZ38.7337.8552.28-
YUV167.25139.14131.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=33.08%
G=30.96%
B=35.96%

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
Decimal1721611870.080.1400.27265.3816.0568.24
HexACA1BB8E01B1091044
Octal254241273101603341120104
Binary10101100101000011011101110001110011011100001001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1BB; }

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

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

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

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

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

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

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

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