#ACA4C1

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

Shades of Biloba Flower #ACA4C1

Tints of Biloba Flower #ACA4C1

Color information

#ACA4C1 (or 0xACA4C1) is unknown color: approx Biloba Flower. HEX triplet: AC, A4 and C1. RGB value is (172,164,193). Sum of RGB (Red+Green+Blue) = 172+164+193=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACA4C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA4C1 is #535B3E. Grayscale: #A9A9A9. Windows color (decimal): -5462847 or 12690604. OLE color: 12690604.

HSL color Cylindrical-coordinate representation of color #ACA4C1: hue angle of 256.55º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACA4C1 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172164193-
CMYK0.110.1500.24
HSL256.55º18.95%70%-
HSV(B)256.55º15.03%75.69%-
XYZ39.9139.1755.91-
YUV169.7141.15129.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 164 (64.45% from 255) = 31.00%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=32.51%
G=31.00%
B=36.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721641930.110.1500.24256.5518.9570
HexACA4C1BF0181011346
Octal254244301131703040123106
Binary10101100101001001100000110111111011000100000001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4C1; }

 p { color: rgb(172,164,193); }

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

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

 a { background-color: rgb(172,164,193); }

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

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

 span { border-color: rgb(172,164,193); }

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