#ACA1BE

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

Shades of Biloba Flower #ACA1BE

Tints of Biloba Flower #ACA1BE

Color information

#ACA1BE (or 0xACA1BE) is unknown color: approx Biloba Flower. HEX triplet: AC, A1 and BE. RGB value is (172,161,190). Sum of RGB (Red+Green+Blue) = 172+161+190=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACA1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1BE is #535E41. Grayscale: #A7A7A7. Windows color (decimal): -5463618 or 12493228. OLE color: 12493228.

HSL color Cylindrical-coordinate representation of color #ACA1BE: hue angle of 262.76º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACA1BE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172161190-
CMYK0.090.1500.25
HSL262.76º18.24%68.82%-
HSV(B)262.76º15.26%74.51%-
XYZ39.0537.9853.99-
YUV167.6140.64131.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 161 (63.28% from 255) = 30.78%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=32.89%
G=30.78%
B=36.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721611900.090.1500.25262.7618.2468.82
HexACA1BE9F0191071245
Octal254241276111703140722105
Binary10101100101000011011111010011111011001100000111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1BE; }

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

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

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

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

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

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

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

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